Compare commits

...

3 Commits

Author SHA1 Message Date
Josh Matthews
87ff6844bf Use proper bash syntax. 2020-02-13 15:12:01 -05:00
Josh Matthews
6196b89b5a Force older versions of virtualenv. 2020-02-13 15:09:23 -05:00
Josh Matthews
2e704d5f4b Install setuptools along with virtualenv. 2020-02-13 15:00:14 -05:00

View File

@@ -32,5 +32,5 @@ RUN \
curl \
&& \
# Running mach
pip install virtualenv
pip install "virtualenv<20"