Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -70,9 +70,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 2.7/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -100,9 +100,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 2.7/alpine3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -100,9 +100,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 2.7/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -91,9 +91,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 2.7/wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -70,9 +70,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -86,9 +86,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand Down Expand Up @@ -119,9 +119,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.3/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand Down Expand Up @@ -111,9 +111,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.3/wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -86,9 +86,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -86,9 +86,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.4/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand Down Expand Up @@ -119,9 +119,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.4/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand Down Expand Up @@ -111,9 +111,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.4/wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -86,9 +86,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand All @@ -86,9 +86,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand Down Expand Up @@ -119,9 +119,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
8 changes: 4 additions & 4 deletions 3.5/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ RUN set -ex \
\
&& find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' + \
&& rm -rf /usr/src/python

Expand Down Expand Up @@ -111,9 +111,9 @@ RUN set -ex; \
\
find /usr/local -depth \
\( \
\( -type d -a -name test -o -name tests \) \
\( -type d -a \( -name test -o -name tests \) \) \
-o \
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +; \
rm -f get-pip.py

Expand Down
Loading