Skip to content

Commit ddfa152

Browse files
committed
2: add virtualenv
1 parent 429ad80 commit ddfa152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN ./configure \
2020
&& make install \
2121
&& make clean
2222

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
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
2525

2626
CMD ["python2"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy