Skip to content

Commit

Permalink
Added fix for pip issue pypa/pip#5221 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Harman committed May 14, 2018
1 parent 29bf8c9 commit 9784207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workspace/Dockerfile-71
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,8 @@ RUN if [ ${INSTALL_PYTHON} = true ]; then \
apt-get update \
&& apt-get -y install python python-pip python-dev build-essential \
&& pip install --upgrade pip \
&& pip install --upgrade virtualenv \
&& hash -r pip \
# && pip install --upgrade virtualenv \
;fi

#####################################
Expand Down

0 comments on commit 9784207

Please sign in to comment.