File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ RUN set -ex \
44
44
&& make install \
45
45
&& ldconfig \
46
46
\
47
- && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
48
- && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
49
- && rm /tmp/get-pip.py \
47
+ && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
48
+ && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
49
+ && rm /tmp/get-pip.py \
50
50
# we use "--force-reinstall" for the case where the version of pip we're trying to install is the same as the version bundled with Python
51
51
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
52
52
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ RUN set -ex \
61
61
&& make -j$(getconf _NPROCESSORS_ONLN) \
62
62
&& make install \
63
63
\
64
- && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
65
- && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
66
- && rm /tmp/get-pip.py \
64
+ && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
65
+ && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
66
+ && rm /tmp/get-pip.py \
67
67
# we use "--force-reinstall" for the case where the version of pip we're trying to install is the same as the version bundled with Python
68
68
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
69
69
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ RUN set -ex \
59
59
&& make install \
60
60
&& ldconfig \
61
61
\
62
- && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
63
- && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
64
- && rm /tmp/get-pip.py \
62
+ && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
63
+ && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
64
+ && rm /tmp/get-pip.py \
65
65
# we use "--force-reinstall" for the case where the version of pip we're trying to install is the same as the version bundled with Python
66
66
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
67
67
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ RUN set -ex \
44
44
&& make install \
45
45
&& ldconfig \
46
46
\
47
- && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
48
- && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
49
- && rm /tmp/get-pip.py \
47
+ && wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
48
+ && python2 /tmp/get-pip.py "pip==$PYTHON_PIP_VERSION" \
49
+ && rm /tmp/get-pip.py \
50
50
# we use "--force-reinstall" for the case where the version of pip we're trying to install is the same as the version bundled with Python
51
51
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
52
52
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
You can’t perform that action at this time.
0 commit comments