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 ddfa152 commit 68fc87bCopy full SHA for 68fc87b
2/Dockerfile
@@ -21,6 +21,7 @@ RUN ./configure \
21
&& make clean
22
23
# 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 && pip install virtualenv
+RUN curl -SL 'https://bootstrap.pypa.io/get-pip.py' | python2
25
+RUN pip install virtualenv
26
27
CMD ["python2"]
0 commit comments