Skip to content

Commit

Permalink
fix: add semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Feb 6, 2025
1 parent f605434 commit 6d6d4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/containers/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN set -ex; \
echo "Installing cross-compiler for x86_64 on arm64"; \
apt-get update && apt-get install $APT_ARGS \
gcc-x86-64-linux-gnu \
g++-x86-64-linux-gnu \
g++-x86-64-linux-gnu; \
fi && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6d6d4f8

Please sign in to comment.