From ae73d6747fac50f4d39b65ae92fdf53538188e14 Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Fri, 22 Dec 2023 12:06:30 +0100 Subject: [PATCH] Fixes after update of rust --- tools/envsub/Dockerfile.template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/envsub/Dockerfile.template b/tools/envsub/Dockerfile.template index d06f926194..9185f4a46a 100644 --- a/tools/envsub/Dockerfile.template +++ b/tools/envsub/Dockerfile.template @@ -7,7 +7,7 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \ /etc/profile.d/ \ /etc/profile.d/ SHELL [ "bash", "-clo", "errexit" ] -COPY --from=rust / /usr/local/ +COPY --link --from=rust / /usr/local/ ARG DEBIAN_FRONTEND=noninteractive RUN <