mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Install virtualenv python module.
This commit is contained in:
parent
903729159e
commit
c0052c0894
2 changed files with 6 additions and 2 deletions
|
@ -16,8 +16,10 @@ RUN \
|
|||
#
|
||||
# Running mach
|
||||
python \
|
||||
virtualenv \
|
||||
python-pip \
|
||||
#
|
||||
# Installing rustup and sccache (build dockerfile) or fetching build artifacts (run tasks)
|
||||
curl
|
||||
curl && \
|
||||
# Running mach
|
||||
pip install virtualenv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue