mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update pip when building docker image.
This commit is contained in:
parent
67be5a7d31
commit
07cc14719b
1 changed files with 2 additions and 0 deletions
|
@ -42,3 +42,5 @@ RUN \
|
|||
curl https://bootstrap.pypa.io/2.7/get-pip.py -sSf -o get-pip.py && \
|
||||
python2 get-pip.py && \
|
||||
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