diff --git a/Dockerfile b/Dockerfile index 1b06799..0f0ad66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,6 +91,7 @@ RUN \ \( \ -type d -a \( -name test -o -name tests \) \ \) -exec rm -rf '{}' + && \ + sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \ echo "**** cleanup ****" && \ apk del --purge \ build-dependencies && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4dd1b7c..066e155 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -91,6 +91,7 @@ RUN \ \( \ -type d -a \( -name test -o -name tests \) \ \) -exec rm -rf '{}' + && \ + sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \ echo "**** cleanup ****" && \ apk del --purge \ build-dependencies && \