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