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.
1 parent 22af00a commit 78de7d7Copy full SHA for 78de7d7
3.5/alpine/Dockerfile
@@ -46,7 +46,7 @@ RUN set -ex \
46
&& pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \
47
&& find /usr/local -depth \
48
\( \
49
- \( -type d -a -name test -o -name tests \) \
+ \( -type d -a -name test -o -name tests \) \
50
-o \
51
\( -type f -a -name '*.pyc' -o -name '*.pyo' \) \
52
\) -exec rm -rf '{}' + \
0 commit comments