Skip to content

Commit f389335

Browse files
authored
chore: fix line continuation
1 parent 5831465 commit f389335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN --mount=type=bind,source=.devcontainer/cpp/apt-requirements-base.json,target
4444
apt-get update && apt-get install -y --no-install-recommends jq \
4545
&& jq -r 'to_entries | .[] | .key + "=" + .value' /tmp/apt-requirements-base.json | xargs apt-get install -y --no-install-recommends \
4646
&& update-ca-certificates \
47-
&& python3 -m pip install --break-system-packages --require-hashes --no-cache-dir -r /tmp/requirements.txt
47+
&& python3 -m pip install --break-system-packages --require-hashes --no-cache-dir -r /tmp/requirements.txt \
4848
&& rm -rf /var/cache/apt/archives /var/lib/apt/lists/*
4949

5050
# Set default environment options for CMake and ccache

0 commit comments

Comments
 (0)