* pip upgrade on workspace

https://stackoverflow.com/a/65896996
This commit is contained in:
2021-03-26 19:35:23 +00:00
parent e252554642
commit c5143e9949

View File

@ -203,7 +203,7 @@ ARG INSTALL_PYTHON=false
RUN if [ ${INSTALL_PYTHON} = true ]; then \
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 \
;fi