diff options
-rw-r--r-- | etc/taskcluster/docker/base.dockerfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/taskcluster/docker/base.dockerfile b/etc/taskcluster/docker/base.dockerfile index 568741185cf..4c31c420255 100644 --- a/etc/taskcluster/docker/base.dockerfile +++ b/etc/taskcluster/docker/base.dockerfile @@ -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 |