Merge pull request #1530 from ahkui/patch-1
Update Dockerfile install python pip, virtualenv way.
This commit is contained in:
commit
42a960338b
@ -666,8 +666,8 @@ ARG INSTALL_PYTHON=false
|
|||||||
|
|
||||||
RUN if [ ${INSTALL_PYTHON} = true ]; then \
|
RUN if [ ${INSTALL_PYTHON} = true ]; then \
|
||||||
apt-get -y install python python-pip python-dev build-essential \
|
apt-get -y install python python-pip python-dev build-essential \
|
||||||
&& pip install --upgrade pip \
|
&& python -m pip install --upgrade pip \
|
||||||
&& pip install --upgrade virtualenv \
|
&& python -m pip install --upgrade virtualenv \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user