We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__pycache__
.so
1 parent 2965c79 commit a5a10a9Copy full SHA for a5a10a9
Dockerfile-linux.template
@@ -251,8 +251,8 @@ RUN set -eux; \
251
\
252
find /usr/local -depth \
253
\( \
254
- \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \
255
- -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \
+ \( -type d -a \( -name test -o -name tests -o -name idle_test -o -name __pycache__ \) \) -o \
+ \( -type f -a \( -name '*.py[co]' -o -name 'libpython*.a' -o -name *test*.so \) \) \
256
\) -exec rm -rf '{}' + \
257
; \
258
0 commit comments