Update Dockerfile

This commit is contained in:
John Dorman 2023-03-23 04:03:44 -07:00 committed by GitHub
parent 7d66dc6ff3
commit d7164e26d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/