diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-02-13 15:12:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 15:12:01 -0500 |
commit | 87ff6844bfad90e47cbdf4df3598c13d9b3e7b54 (patch) | |
tree | 91b63013647dff9beeee755a3c556088281d5009 | |
parent | 6196b89b5a6c6b6252e47ee6125223e0f27c6215 (diff) | |
download | servo-jdm-patch-35.tar.gz servo-jdm-patch-35.zip |
Use proper bash syntax.jdm-patch-35
-rw-r--r-- | etc/taskcluster/docker/base.dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/docker/base.dockerfile b/etc/taskcluster/docker/base.dockerfile index 46197159671..3015c54e284 100644 --- a/etc/taskcluster/docker/base.dockerfile +++ b/etc/taskcluster/docker/base.dockerfile @@ -32,5 +32,5 @@ RUN \ curl \ && \ # Running mach - pip install virtualenv<20 + pip install "virtualenv<20" |