Add pkg-config package to Stage 0 (#15567)

pull/15580/head
helix-loop 2023-05-12 11:32:09 +02:00 committed by GitHub
parent 7c76514f1e
commit 08297f2f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/15567.docker Normal file
View File

@ -0,0 +1 @@
Add pkg-config package to Stage 0 to be able to build Dockerfile on ppc64le architecture.

View File

@ -37,7 +37,7 @@ RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update -qq && apt-get install -yqq \
build-essential curl git libffi-dev libssl-dev \
build-essential curl git libffi-dev libssl-dev pkg-config \
&& rm -rf /var/lib/apt/lists/*
# Install rust and ensure its in the PATH.