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 <