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.
2 parents 428354a + 68fc87b commit 310c3caCopy full SHA for 310c3ca
2/Dockerfile
@@ -20,7 +20,8 @@ RUN ./configure \
20
&& make install \
21
&& make clean
22
23
-# install "pip", since the vast majority of users of this image will want it
+# install "pip" and "virtualenv", since the vast majority of users of this image will want it
24
RUN curl -SL 'https://bootstrap.pypa.io/get-pip.py' | python2
25
+RUN pip install virtualenv
26
27
CMD ["python2"]
0 commit comments