From ee3dd69058597eb720b85f6010cb2e53354ad3d0 Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Mon, 1 Jan 2024 20:55:50 +0100 Subject: [PATCH] Fixed builds #2213 --- tools/httpie/Dockerfile.template | 4 ++-- tools/huber/Dockerfile.template | 15 +++++---------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/tools/httpie/Dockerfile.template b/tools/httpie/Dockerfile.template index e7b7e65143..fd0a84470d 100644 --- a/tools/httpie/Dockerfile.template +++ b/tools/httpie/Dockerfile.template @@ -8,8 +8,8 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \ /etc/profile.d/ \ /etc/profile.d/ SHELL [ "bash", "-clo", "errexit" ] -#COPY --link --from=python / / -COPY --link --from=shiv / / +#COPY --link --from=python / /usr/local/ +COPY --link --from=shiv / /usr/local/ RUN <