From df425d7d3494e2f2fe3cd02964b0dd15523e2843 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Thu, 23 Mar 2023 06:48:19 -0700 Subject: [PATCH] Update Dockerfile --- podman-update/build/Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index 8211a65..7f528ac 100644 --- a/podman-update/build/Dockerfile +++ b/podman-update/build/Dockerfile @@ -22,12 +22,7 @@ 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 - - -RUN ls /tmp/work/netavark/ -RUN ls /tmp/work/netavark/targets -RUN ls /tmp/work/netavark/targets/ +RUN make build RUN cp /tmp/work/netavark/targets/aarch64-unknown-linux-gnu/release/netavark /tmp/work/netavark/bin/ && cp /tmp/work/netavark/targets/aarch64-unknown-linux-gnu/release/netavark-dhcp-client-proxy /tmp/work/netavark/bin/ FROM golang:1.18.3-stretch