Skip to content

Commit d6d1788

Browse files
committed
Fix pip command name
1 parent 857694e commit d6d1788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN tce-load -wic \
9393
&& sudo /sbin/ldconfig \
9494
&& rm -rf /tmp/tce/optional/* \
9595
&& curl -SL 'https://bootstrap.pypa.io/get-pip.py' | sudo python3 \
96-
&& sudo pip install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
96+
&& sudo pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
9797
&& sudo find /usr/local \( -type f -a -name '*.pyc' -o -name '*.pyo' \) -exec rm -rf '{}' + \
9898
&& find /usr/local \( -type d -a -name test -o -name tests \) | sudo xargs rm -rf \
9999
&& sudo rm -rf /usr/src/python

0 commit comments

Comments
 (0)