Skip to content

Commit 24ba8ff

Browse files
authored
chore(ci): Fix typo in Dockerfile comment
1 parent 74b8068 commit 24ba8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/linux-debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN dpkg --add-architecture i386 && \
1919
dpkg --add-architecture arm64 && \
2020
dpkg --add-architecture ppc64el
2121

22-
# dkpg-dev: to make pkg-config work in cross-builds
22+
# dpkg-dev: to make pkg-config work in cross-builds
2323
# llvm: for llvm-symbolizer, which is used by clang's UBSan for symbolized stack traces
2424
RUN apt-get update && apt-get install --no-install-recommends -y \
2525
git ca-certificates \

0 commit comments

Comments
 (0)