From 536863f586f036bde058b65f902f282d3000cd28 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 23 Mar 2023 07:07:09 -0700 Subject: [PATCH] Update Dockerfile --- podman-update/build/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index 7ea04f0..7eac74f 100644 --- a/podman-update/build/Dockerfile +++ b/podman-update/build/Dockerfile @@ -18,7 +18,6 @@ RUN apt-get update && apt-get install -y \ RUN git clone https://github.com/containers/netavark/ && mkdir -p /tmp/work/netavark/.cargo && mkdir -p /tmp/work/netavark/targets && mkdir -p /tmp/work/netavark/bin WORKDIR /tmp/work/netavark COPY config.toml ./.cargo/config.toml -ENV CARGO_TARGET_DIR=targets COPY ./net.Makefile.patch /tmp RUN git checkout ${NETAVARK_VERSION} && rustup target add aarch64-unknown-linux-gnu && patch Makefile /tmp/net.Makefile.patch RUN make build