We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ec89d commit f7cc676Copy full SHA for f7cc676
Dockerfile
@@ -91,6 +91,7 @@ RUN \
91
\( \
92
-type d -a \( -name test -o -name tests \) \
93
\) -exec rm -rf '{}' + && \
94
+ sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
95
echo "**** cleanup ****" && \
96
apk del --purge \
97
build-dependencies && \
Dockerfile.aarch64
0 commit comments