Update Dockerfile

This commit is contained in:
John Dorman 2023-03-23 04:35:01 -07:00 committed by GitHub
parent 1382128e7e
commit ff1eecb2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,19 @@ RUN mkdir -p /tmp/work
WORKDIR /tmp/work
ARG NETAVARK_VERSION=v1.5.0
RUN apt-get update && apt-get install -y \
bc \
binutils-aarch64-linux-gnu \
bison \
build-essential \
flex \
gcc-aarch64-linux-gnu \
git \
libc6-arm64-cross \
libc6-dev-arm64-cross \
libncurses5-dev \
libssl-dev \
pkg-config \
systemd \
protobuf-compiler
RUN git clone https://github.com/containers/netavark/