Skip to content

Commit e523e4f

Browse files
Merge #1720: chore(ci): Fix typo in Dockerfile comment
24ba8ff chore(ci): Fix typo in Dockerfile comment (Maximilian Hubert) Pull request description: Corrects the spelling of "dpkg-dev" in a comment within the Dockerfile. The comment explains the reason for installing the `dpkg-dev` package.. ACKs for top commit: real-or-random: ACK 24ba8ff Tree-SHA512: 79742bcd8018f6435d1113a08e44bacca6027faa5171e564b6c6f9cc8a5630aac32f8f611d276ef50b7f03d842bc9228d368c99bdc816decf947d39956caed2c
2 parents 74b8068 + 24ba8ff commit e523e4f

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)