From d7164e26d9ac2f34f5ca9bd0dc2cca096bb833db Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 23 Mar 2023 04:03:44 -0700 Subject: [PATCH] Update Dockerfile --- podman-update/build/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index 3819121..873efbc 100644 --- a/podman-update/build/Dockerfile +++ b/podman-update/build/Dockerfile @@ -1,5 +1,7 @@ FROM rust as rust +RUN apt-get update && apt-get install -y \ + protoc-compiler \ RUN mkdir -p /tmp/work WORKDIR /tmp/work RUN git clone https://github.com/containers/netavark/