Skip to content

Commit

Permalink
Do not install python-pip
Browse files Browse the repository at this point in the history
It does not exist anymore in 20.04
  • Loading branch information
humitos committed Aug 27, 2020
1 parent e1a620c commit ffc5610
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ RUN apt-get -y install \

# Install Python tools/libs
ENV RTD_VIRTUALENV_VERSION 16.7.9
RUN apt-get -y install \
python-pip \
&& pip install -U \
RUN pip install -U \
auxlib \
virtualenv==$RTD_VIRTUALENV_VERSION

Expand Down

0 comments on commit ffc5610

Please sign in to comment.