Skip to content

Commit 771cb8f

Browse files
committed
Merge pull request docker-library#2 from infosiftr/pip
Add "pip" to the python:2 image since it isn't included upstream
2 parents 10eb8b1 + 3efd001 commit 771cb8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

2/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ RUN ./configure \
1717
&& make install \
1818
&& make clean
1919

20+
# install "pip", since the vast majority of users of this image will want it
21+
RUN curl -SL 'https://bootstrap.pypa.io/get-pip.py' | python2
22+
2023
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