chore(ci): Fix typo in Dockerfile comment

This commit is contained in:
Maximilian Hubert
2025-08-09 23:51:04 +02:00
committed by GitHub
parent 74b8068c5d
commit 24ba8ff168

View File

@@ -19,7 +19,7 @@ RUN dpkg --add-architecture i386 && \
dpkg --add-architecture arm64 && \
dpkg --add-architecture ppc64el
# dkpg-dev: to make pkg-config work in cross-builds
# dpkg-dev: to make pkg-config work in cross-builds
# llvm: for llvm-symbolizer, which is used by clang's UBSan for symbolized stack traces
RUN apt-get update && apt-get install --no-install-recommends -y \
git ca-certificates \