Skip to content

Commit 17f8ada

Browse files
committed
chore: consolidate python cache removal
1 parent 1da4f77 commit 17f8ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN --mount=type=bind,source=.devcontainer/cpp/apt-requirements-base.json,target
3737
&& update-ca-certificates \
3838
# Install some tools via pip to get more recent versions
3939
&& python3 -m pip install --break-system-packages --require-hashes --no-cache-dir --no-compile -r /tmp/requirements.txt \
40-
&& find /usr/local -depth -type d \( -name test -o -name tests -o -name __pycache__ \) -exec rm -rf '{}' +
40+
&& rm -rf /cache/python/*
4141

4242
# Install clang toolchain and mull mutation testing framework
4343
RUN --mount=type=bind,source=.devcontainer/cpp/apt-requirements-clang.json,target=/tmp/apt-requirements-clang.json \

0 commit comments

Comments
 (0)