Skip to content

Commit 5427d21

Browse files
committed
Do not install pip
1 parent 924efd8 commit 5427d21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ RUN \
1010
yum-config-manager --enable epel && \
1111
yum -y update && \
1212
yum -y install sudo which tar make file zip wget git libpng-devel libcurl-devel gcc python-devel libjpeg-devel && \
13-
curl -O https://bootstrap.pypa.io/get-pip.py && \
14-
python get-pip.py && \
1513
alias sudo='sudo env PATH=$PATH' && \
1614
sudo pip install setuptools==39.0.1 && \
1715
sudo pip install virtualenv==15.2.0 && \

0 commit comments

Comments
 (0)