mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #28130 - servo:jdm-patch-48, r=jdm
Use 2.7-compatible get-pip in docker build. - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #28122 - [x] There are tests for these changes
This commit is contained in:
commit
d4d7fda606
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