Skip to content

Commit f7cc676

Browse files
committed
fix pip shebang
1 parent e7ec89d commit f7cc676

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ RUN \
9191
\( \
9292
-type d -a \( -name test -o -name tests \) \
9393
\) -exec rm -rf '{}' + && \
94+
sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
9495
echo "**** cleanup ****" && \
9596
apk del --purge \
9697
build-dependencies && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ RUN \
9191
\( \
9292
-type d -a \( -name test -o -name tests \) \
9393
\) -exec rm -rf '{}' + && \
94+
sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
9495
echo "**** cleanup ****" && \
9596
apk del --purge \
9697
build-dependencies && \

0 commit comments

Comments
 (0)