Install virtualenv python module.

This commit is contained in:
Josh Matthews 2019-04-01 10:59:13 -04:00
parent 903729159e
commit c0052c0894
2 changed files with 6 additions and 2 deletions

View file

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