Update Dockerfile

This commit is contained in:
John Dorman
2023-03-23 04:07:14 -07:00
committed by GitHub
parent d7164e26d9
commit b820368d0e

View File

@ -1,9 +1,11 @@
FROM rust as rust
RUN apt-get update && apt-get install -y \
protoc-compiler \
RUN mkdir -p /tmp/work
WORKDIR /tmp/work
RUN apt-get update && apt-get install -y \
protoc-compiler
RUN git clone https://github.com/containers/netavark/
WORKDIR /tmp/work/netavark
ENV CARGO_TARGETS_DIR = targets