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 857694e commit d6d1788Copy full SHA for d6d1788
3.4/Dockerfile
@@ -93,7 +93,7 @@ RUN tce-load -wic \
93
&& sudo /sbin/ldconfig \
94
&& rm -rf /tmp/tce/optional/* \
95
&& curl -SL 'https://bootstrap.pypa.io/get-pip.py' | sudo python3 \
96
- && sudo pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
+ && sudo pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
97
&& sudo find /usr/local \( -type f -a -name '*.pyc' -o -name '*.pyo' \) -exec rm -rf '{}' + \
98
&& find /usr/local \( -type d -a -name test -o -name tests \) | sudo xargs rm -rf \
99
&& sudo rm -rf /usr/src/python
0 commit comments