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 <