Update Dockerfile

This commit is contained in:
John Dorman
2023-03-23 04:11:09 -07:00
committed by GitHub
parent d62b2f85c8
commit fc0b5f4cfe

View File

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