mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Auto merge of #25759 - servo:venv, r=jdm
Install virtualenv through APT, in Docker images Fix https://github.com/servo/servo/issues/25757 Close https://github.com/servo/servo/pull/25758
This commit is contained in:
commit
455fb18eca
1 changed files with 2 additions and 4 deletions
|
@ -18,6 +18,7 @@ RUN \
|
|||
python \
|
||||
python-pip \
|
||||
python-dev \
|
||||
python-virtualenv \
|
||||
#
|
||||
# Running mach with Python 3
|
||||
python3 \
|
||||
|
@ -29,8 +30,5 @@ RUN \
|
|||
gcc \
|
||||
#
|
||||
# Installing rustup and sccache (build dockerfile) or fetching build artifacts (run tasks)
|
||||
curl \
|
||||
&& \
|
||||
# Running mach
|
||||
pip install virtualenv
|
||||
curl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue