From fc0b5f4cfe3a26326e1a3d8973e907b27f226d8b Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 23 Mar 2023 04:11:09 -0700 Subject: [PATCH] Update Dockerfile --- podman-update/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index fde485b..fe70079 100644 --- a/podman-update/build/Dockerfile +++ b/podman-update/build/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /tmp/work WORKDIR /tmp/work RUN apt-get update && apt-get install -y \ - protoc-compiler + protobuf-compiler RUN git clone https://github.com/containers/netavark/ WORKDIR /tmp/work/netavark