Update Dockerfile

This commit is contained in:
John Dorman 2023-03-23 06:07:02 -07:00 committed by GitHub
parent 68f1697679
commit fd62e6a741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
FROM rust as rust
RUN mkdir -p /tmp/work
WORKDIR /tmp/work
ARG NETAVARK_VERSION=v1.5.0
ARG NETAVARK_VERSION=main
RUN apt-get update && apt-get install -y \
bc \
binutils-aarch64-linux-gnu \