mirror of
https://github.com/linuxserver/docker-python.git
synced 2026-02-19 17:24:19 +08:00
fix pip shebang
This commit is contained in:
parent
e7ec89db83
commit
f7cc6766dd
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user