diff options
author | Josh Matthews <josh@joshmatthews.net> | 2021-02-08 23:56:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 23:56:26 -0500 |
commit | d4464827419f35ac69df2ef109fab0a8cb0ccb09 (patch) | |
tree | 09b429288a299f42454bfd2ba808bd18ac51e35b /etc | |
parent | 07cc14719beb1bb0cae1c98fe2f598c3307e28dd (diff) | |
download | servo-d4464827419f35ac69df2ef109fab0a8cb0ccb09.tar.gz servo-d4464827419f35ac69df2ef109fab0a8cb0ccb09.zip |
Fix syntax error.
Diffstat (limited to 'etc')
-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 87c42d0ab4e..38dd8106ba6 100644 --- a/etc/taskcluster/docker/base.dockerfile +++ b/etc/taskcluster/docker/base.dockerfile @@ -41,6 +41,6 @@ RUN \ # Python 2 bits that have been removed from Ubuntu packages curl https://bootstrap.pypa.io/2.7/get-pip.py -sSf -o get-pip.py && \ python2 get-pip.py && \ - python2 -m pip install virtualenv + python2 -m pip install virtualenv \ # Ensure modern pip is present. python3 -m pip install -U pip |