We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5831465 commit f389335Copy full SHA for f389335
1 file changed
.devcontainer/cpp/Dockerfile
@@ -44,7 +44,7 @@ RUN --mount=type=bind,source=.devcontainer/cpp/apt-requirements-base.json,target
44
apt-get update && apt-get install -y --no-install-recommends jq \
45
&& jq -r 'to_entries | .[] | .key + "=" + .value' /tmp/apt-requirements-base.json | xargs apt-get install -y --no-install-recommends \
46
&& update-ca-certificates \
47
- && python3 -m pip install --break-system-packages --require-hashes --no-cache-dir -r /tmp/requirements.txt
+ && python3 -m pip install --break-system-packages --require-hashes --no-cache-dir -r /tmp/requirements.txt \
48
&& rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
49
50
# Set default environment options for CMake and ccache
0 commit comments