Skip to content

Commit 63461ec

Browse files
committed
Run update
1 parent dcd4555 commit 63461ec

File tree

14 files changed

+0
-42
lines changed

14 files changed

+0
-42
lines changed

3.3/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ RUN set -ex \
6060
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
6161
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
6262
&& 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" ] \
6663
\
6764
&& find /usr/local -depth \
6865
\( \

3.3/alpine/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ RUN set -ex \
7878
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
7979
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
8080
&& 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" ] \
8481
\
8582
&& find /usr/local -depth \
8683
\( \

3.3/slim/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ RUN set -ex \
7575
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
7676
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
7777
&& 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" ] \
8178
\
8279
&& find /usr/local -depth \
8380
\( \

3.3/wheezy/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ RUN set -ex \
6060
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
6161
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
6262
&& 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" ] \
6663
\
6764
&& find /usr/local -depth \
6865
\( \

3.4/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ RUN set -ex \
6060
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
6161
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
6262
&& 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" ] \
6663
\
6764
&& find /usr/local -depth \
6865
\( \

3.4/alpine/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ RUN set -ex \
7878
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
7979
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
8080
&& 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" ] \
8481
\
8582
&& find /usr/local -depth \
8683
\( \

3.4/slim/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ RUN set -ex \
7575
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
7676
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
7777
&& 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" ] \
8178
\
8279
&& find /usr/local -depth \
8380
\( \

3.4/wheezy/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ RUN set -ex \
6060
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
6161
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
6262
&& 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" ] \
6663
\
6764
&& find /usr/local -depth \
6865
\( \

3.5/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ RUN set -ex \
6060
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
6161
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
6262
&& 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" ] \
6663
\
6764
&& find /usr/local -depth \
6865
\( \

3.5/alpine/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ RUN set -ex \
7878
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
7979
# https://github.com/docker-library/python/pull/143#issuecomment-241032683
8080
&& 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" ] \
8481
\
8582
&& find /usr/local -depth \
8683
\( \

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