mirror of
https://github.com/servo/servo.git
synced 2025-08-17 19:35:33 +01:00
Install virtualenv through APT, in Docker images
Fix https://github.com/servo/servo/issues/25757
This commit is contained in:
parent
9c135f0e95
commit
3aa69fd731
1 changed files with 2 additions and 4 deletions
|
@ -18,6 +18,7 @@ RUN \
|
||||||
python \
|
python \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-dev \
|
python-dev \
|
||||||
|
python-virtualenv \
|
||||||
#
|
#
|
||||||
# Running mach with Python 3
|
# Running mach with Python 3
|
||||||
python3 \
|
python3 \
|
||||||
|
@ -29,8 +30,5 @@ RUN \
|
||||||
gcc \
|
gcc \
|
||||||
#
|
#
|
||||||
# Installing rustup and sccache (build dockerfile) or fetching build artifacts (run tasks)
|
# 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