mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use 2.7-compatible get-pip in docker build.
This commit is contained in:
parent
a955ff280d
commit
ccf79ea6dc
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ RUN \
|
|||
&& \
|
||||
#
|
||||
# Python 2 bits that have been removed from Ubuntu packages
|
||||
curl https://bootstrap.pypa.io/get-pip.py -sSf -o get-pip.py && \
|
||||
curl https://bootstrap.pypa.io/2.7/get-pip.py -sSf -o get-pip.py && \
|
||||
python2 get-pip.py && \
|
||||
python2 -m pip install virtualenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue