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:
bors-servo 2020-02-13 23:59:50 -05:00 committed by GitHub
commit 455fb18eca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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