|
@ -203,7 +203,7 @@ 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 \ |
|
|
&& python -m pip install --upgrade pip \ |
|
|
|
|
|
|
|
|
&& python -m pip install --upgrade "pip < 21.0" \ |
|
|
&& python -m pip install --upgrade virtualenv \ |
|
|
&& python -m pip install --upgrade virtualenv \ |
|
|
;fi |
|
|
;fi |
|
|
|
|
|
|
|
|