File tree Expand file tree Collapse file tree 18 files changed +54
-54
lines changed Expand file tree Collapse file tree 18 files changed +54
-54
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ RUN set -ex \
47
47
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
48
48
&& find /usr/local -depth \
49
49
\( \
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' \) \
53
53
\) -exec rm -rf '{}' + \
54
54
&& apt-get purge -y --auto-remove $buildDeps \
55
55
&& rm -rf /usr/src/python ~/.cache
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ RUN set -ex \
50
50
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
51
51
&& find /usr/local -depth \
52
52
\( \
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' \) \
56
56
\) -exec rm -rf '{}' + \
57
57
&& runDeps="$( \
58
58
scanelf --needed --nobanner --recursive /usr/local \
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ RUN set -ex \
60
60
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
61
61
&& find /usr/local -depth \
62
62
\( \
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' \) \
66
66
\) -exec rm -rf '{}' + \
67
67
&& apt-get purge -y --auto-remove $buildDeps \
68
68
&& rm -rf /usr/src/python ~/.cache
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ RUN set -ex \
47
47
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
48
48
&& find /usr/local -depth \
49
49
\( \
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' \) \
53
53
\) -exec rm -rf '{}' + \
54
54
&& apt-get purge -y --auto-remove $buildDeps \
55
55
&& rm -rf /usr/src/python ~/.cache
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ RUN set -ex \
47
47
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
48
48
&& find /usr/local -depth \
49
49
\( \
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' \) \
53
53
\) -exec rm -rf '{}' + \
54
54
&& apt-get purge -y --auto-remove $buildDeps \
55
55
&& rm -rf /usr/src/python ~/.cache
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ RUN set -ex \
51
51
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
52
52
&& find /usr/local -depth \
53
53
\( \
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' \) \
57
57
\) -exec rm -rf '{}' + \
58
58
&& runDeps="$( \
59
59
scanelf --needed --nobanner --recursive /usr/local \
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ RUN set -ex \
61
61
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
62
62
&& find /usr/local -depth \
63
63
\( \
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' \) \
67
67
\) -exec rm -rf '{}' + \
68
68
&& apt-get purge -y --auto-remove $buildDeps \
69
69
&& rm -rf /usr/src/python ~/.cache
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ RUN set -ex \
47
47
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
48
48
&& find /usr/local -depth \
49
49
\( \
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' \) \
53
53
\) -exec rm -rf '{}' + \
54
54
&& apt-get purge -y --auto-remove $buildDeps \
55
55
&& rm -rf /usr/src/python ~/.cache
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ RUN set -ex \
46
46
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
47
47
&& find /usr/local -depth \
48
48
\( \
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' \) \
52
52
\) -exec rm -rf '{}' + \
53
53
&& apt-get purge -y --auto-remove $buildDeps \
54
54
&& rm -rf /usr/src/python ~/.cache
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ RUN set -ex \
51
51
&& [ "$(pip list | awk -F '[ ()]+' '$1 == " pip" { print $2; exit }')" = "$PYTHON_PIP_VERSION" ] \
52
52
&& find /usr/local -depth \
53
53
\( \
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' \) \
57
57
\) -exec rm -rf '{}' + \
58
58
&& runDeps="$( \
59
59
scanelf --needed --nobanner --recursive /usr/local \
You can’t perform that action at this time.
0 commit comments