We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429ad80 commit ddfa152Copy full SHA for ddfa152
2/Dockerfile
@@ -20,7 +20,7 @@ RUN ./configure \
20
&& make install \
21
&& make clean
22
23
-# install "pip", since the vast majority of users of this image will want it
24
-RUN curl -SL 'https://bootstrap.pypa.io/get-pip.py' | python2
+# install "pip" and "virtualenv", since the vast majority of users of this image will want it
+RUN curl -SL 'https://bootstrap.pypa.io/get-pip.py' | python2 && pip install virtualenv
25
26
CMD ["python2"]
0 commit comments