We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b8068 commit 24ba8ffCopy full SHA for 24ba8ff
ci/linux-debian.Dockerfile
@@ -19,7 +19,7 @@ RUN dpkg --add-architecture i386 && \
19
dpkg --add-architecture arm64 && \
20
dpkg --add-architecture ppc64el
21
22
-# dkpg-dev: to make pkg-config work in cross-builds
+# dpkg-dev: to make pkg-config work in cross-builds
23
# llvm: for llvm-symbolizer, which is used by clang's UBSan for symbolized stack traces
24
RUN apt-get update && apt-get install --no-install-recommends -y \
25
git ca-certificates \
0 commit comments