File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments