mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #28152 - servo:jdm-patch-49, r=jdm
Update pip when building docker image. Outdated versions of pip can't find a Rust compiler that's required when installing the python cryptography package.
This commit is contained in:
commit
aeb30d2a39
1 changed files with 3 additions and 1 deletions
|
@ -41,4 +41,6 @@ RUN \
|
|||
# Python 2 bits that have been removed from Ubuntu packages
|
||||
curl https://bootstrap.pypa.io/2.7/get-pip.py -sSf -o get-pip.py && \
|
||||
python2 get-pip.py && \
|
||||
python2 -m pip install virtualenv
|
||||
python2 -m pip install virtualenv && \
|
||||
# Ensure modern pip is present.
|
||||
python3 -m pip install -U pip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue