fix pip shebang

This commit is contained in:
aptalca 2024-03-07 15:57:00 -05:00
parent e7ec89db83
commit f7cc6766dd
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 2 additions and 0 deletions

View File

@ -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 && \

View File

@ -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 && \