Install virtualenv through APT, in Docker images

Fix https://github.com/servo/servo/issues/25757
This commit is contained in:
Simon Sapin 2020-02-13 22:37:59 +01:00
parent 9c135f0e95
commit 3aa69fd731

View file

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