Skip to content

Commit 7ea58b9

Browse files
committed
Fix whitespace to tabs
1 parent 50fc273 commit 7ea58b9

File tree

18 files changed

+54
-54
lines changed

18 files changed

+54
-54
lines changed

2.7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ RUN set -ex \
4747
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
4848
&& find /usr/local -depth \
4949
\( \
50-
\( -type d -a -name test -o -name tests \) \
51-
-o \
52-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
50+
\( -type d -a -name test -o -name tests \) \
51+
-o \
52+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
5353
\) -exec rm -rf '{}' + \
5454
&& apt-get purge -y --auto-remove $buildDeps \
5555
&& rm -rf /usr/src/python ~/.cache

2.7/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ RUN set -ex \
5050
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
5151
&& find /usr/local -depth \
5252
\( \
53-
\( -type d -a -name test -o -name tests \) \
54-
-o \
55-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
53+
\( -type d -a -name test -o -name tests \) \
54+
-o \
55+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
5656
\) -exec rm -rf '{}' + \
5757
&& runDeps="$( \
5858
scanelf --needed --nobanner --recursive /usr/local \

2.7/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ RUN set -ex \
6060
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
6161
&& find /usr/local -depth \
6262
\( \
63-
\( -type d -a -name test -o -name tests \) \
64-
-o \
65-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
63+
\( -type d -a -name test -o -name tests \) \
64+
-o \
65+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
6666
\) -exec rm -rf '{}' + \
6767
&& apt-get purge -y --auto-remove $buildDeps \
6868
&& rm -rf /usr/src/python ~/.cache

2.7/wheezy/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ RUN set -ex \
4747
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
4848
&& find /usr/local -depth \
4949
\( \
50-
\( -type d -a -name test -o -name tests \) \
51-
-o \
52-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
50+
\( -type d -a -name test -o -name tests \) \
51+
-o \
52+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
5353
\) -exec rm -rf '{}' + \
5454
&& apt-get purge -y --auto-remove $buildDeps \
5555
&& rm -rf /usr/src/python ~/.cache

3.3/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ RUN set -ex \
4747
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
4848
&& find /usr/local -depth \
4949
\( \
50-
\( -type d -a -name test -o -name tests \) \
51-
-o \
52-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
50+
\( -type d -a -name test -o -name tests \) \
51+
-o \
52+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
5353
\) -exec rm -rf '{}' + \
5454
&& apt-get purge -y --auto-remove $buildDeps \
5555
&& rm -rf /usr/src/python ~/.cache

3.3/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ RUN set -ex \
5151
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
5252
&& find /usr/local -depth \
5353
\( \
54-
\( -type d -a -name test -o -name tests \) \
55-
-o \
56-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
54+
\( -type d -a -name test -o -name tests \) \
55+
-o \
56+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
5757
\) -exec rm -rf '{}' + \
5858
&& runDeps="$( \
5959
scanelf --needed --nobanner --recursive /usr/local \

3.3/slim/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ RUN set -ex \
6161
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
6262
&& find /usr/local -depth \
6363
\( \
64-
\( -type d -a -name test -o -name tests \) \
65-
-o \
66-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
64+
\( -type d -a -name test -o -name tests \) \
65+
-o \
66+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
6767
\) -exec rm -rf '{}' + \
6868
&& apt-get purge -y --auto-remove $buildDeps \
6969
&& rm -rf /usr/src/python ~/.cache

3.3/wheezy/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ RUN set -ex \
4747
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
4848
&& find /usr/local -depth \
4949
\( \
50-
\( -type d -a -name test -o -name tests \) \
51-
-o \
52-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
50+
\( -type d -a -name test -o -name tests \) \
51+
-o \
52+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
5353
\) -exec rm -rf '{}' + \
5454
&& apt-get purge -y --auto-remove $buildDeps \
5555
&& rm -rf /usr/src/python ~/.cache

3.4/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ RUN set -ex \
4646
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
4747
&& find /usr/local -depth \
4848
\( \
49-
\( -type d -a -name test -o -name tests \) \
50-
-o \
51-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
49+
\( -type d -a -name test -o -name tests \) \
50+
-o \
51+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
5252
\) -exec rm -rf '{}' + \
5353
&& apt-get purge -y --auto-remove $buildDeps \
5454
&& rm -rf /usr/src/python ~/.cache

3.4/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ RUN set -ex \
5151
&& [ "$(pip list | awk -F '[ ()]+' '$1 == "pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
5252
&& find /usr/local -depth \
5353
\( \
54-
\( -type d -a -name test -o -name tests \) \
55-
-o \
56-
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
54+
\( -type d -a -name test -o -name tests \) \
55+
-o \
56+
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
5757
\) -exec rm -rf '{}' + \
5858
&& runDeps="$( \
5959
scanelf --needed --nobanner --recursive /usr/local \

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