File tree Expand file tree Collapse file tree 14 files changed +0
-42
lines changed Expand file tree Collapse file tree 14 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ RUN set -ex \
60
60
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
61
61
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
62
62
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
63
- # then we use "pip list" to ensure we don't have more than one pip version installed
64
- # https://github.com/docker-library/python/pull/100
65
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
66
63
\
67
64
&& find /usr/local -depth \
68
65
\( \
Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ RUN set -ex \
78
78
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
79
79
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
80
80
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
81
- # then we use "pip list" to ensure we don't have more than one pip version installed
82
- # https://github.com/docker-library/python/pull/100
83
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
84
81
\
85
82
&& find /usr/local -depth \
86
83
\( \
Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ RUN set -ex \
75
75
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
76
76
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
77
77
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
78
- # then we use "pip list" to ensure we don't have more than one pip version installed
79
- # https://github.com/docker-library/python/pull/100
80
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
81
78
\
82
79
&& find /usr/local -depth \
83
80
\( \
Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ RUN set -ex \
60
60
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
61
61
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
62
62
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
63
- # then we use "pip list" to ensure we don't have more than one pip version installed
64
- # https://github.com/docker-library/python/pull/100
65
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
66
63
\
67
64
&& find /usr/local -depth \
68
65
\( \
Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ RUN set -ex \
60
60
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
61
61
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
62
62
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
63
- # then we use "pip list" to ensure we don't have more than one pip version installed
64
- # https://github.com/docker-library/python/pull/100
65
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
66
63
\
67
64
&& find /usr/local -depth \
68
65
\( \
Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ RUN set -ex \
78
78
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
79
79
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
80
80
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
81
- # then we use "pip list" to ensure we don't have more than one pip version installed
82
- # https://github.com/docker-library/python/pull/100
83
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
84
81
\
85
82
&& find /usr/local -depth \
86
83
\( \
Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ RUN set -ex \
75
75
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
76
76
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
77
77
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
78
- # then we use "pip list" to ensure we don't have more than one pip version installed
79
- # https://github.com/docker-library/python/pull/100
80
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
81
78
\
82
79
&& find /usr/local -depth \
83
80
\( \
Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ RUN set -ex \
60
60
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
61
61
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
62
62
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
63
- # then we use "pip list" to ensure we don't have more than one pip version installed
64
- # https://github.com/docker-library/python/pull/100
65
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
66
63
\
67
64
&& find /usr/local -depth \
68
65
\( \
Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ RUN set -ex \
60
60
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
61
61
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
62
62
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
63
- # then we use "pip list" to ensure we don't have more than one pip version installed
64
- # https://github.com/docker-library/python/pull/100
65
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
66
63
\
67
64
&& find /usr/local -depth \
68
65
\( \
Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ RUN set -ex \
78
78
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
79
79
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
80
80
&& pip3 install --no-cache-dir --upgrade --force-reinstall "pip==$PYTHON_PIP_VERSION" \
81
- # then we use "pip list" to ensure we don't have more than one pip version installed
82
- # https://github.com/docker-library/python/pull/100
83
- && [ "$(pip list |tac|tac| awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
84
81
\
85
82
&& find /usr/local -depth \
86
83
\( \
You can’t perform that action at this time.
0 commit comments