Merge bitcoin-core/secp256k1#1720: chore(ci): Fix typo in Dockerfile comment

24ba8ff168 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 24ba8ff168

Tree-SHA512: 79742bcd8018f6435d1113a08e44bacca6027faa5171e564b6c6f9cc8a5630aac32f8f611d276ef50b7f03d842bc9228d368c99bdc816decf947d39956caed2c
This commit is contained in:
merge-script
2025-08-10 13:18:46 +02:00

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 \