Skip to content

Commit 21ab032

Browse files
committed
Fix whitespace in 2.7
1 parent a689556 commit 21ab032

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

2.7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ RUN set -ex \
4444
&& make install \
4545
&& ldconfig \
4646
\
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 \
5050
# 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
5151
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
5252
# https://github.com/docker-library/python/pull/143#issuecomment-241032683

2.7/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ RUN set -ex \
6161
&& make -j$(getconf _NPROCESSORS_ONLN) \
6262
&& make install \
6363
\
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 \
6767
# 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
6868
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
6969
# https://github.com/docker-library/python/pull/143#issuecomment-241032683

2.7/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ RUN set -ex \
5959
&& make install \
6060
&& ldconfig \
6161
\
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 \
6565
# 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
6666
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
6767
# https://github.com/docker-library/python/pull/143#issuecomment-241032683

2.7/wheezy/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ RUN set -ex \
4444
&& make install \
4545
&& ldconfig \
4646
\
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 \
5050
# 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
5151
# ("Requirement already up-to-date: pip==8.1.2 in /usr/local/lib/python3.6/site-packages")
5252
# https://github.com/docker-library/python/pull/143#issuecomment-241032683

0 commit comments

Comments
 (0)