Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 08297f2

Browse files
authored
Add pkg-config package to Stage 0 (#15567)
1 parent 7c76514 commit 08297f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/15567.docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add pkg-config package to Stage 0 to be able to build Dockerfile on ppc64le architecture.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN \
3737
--mount=type=cache,target=/var/cache/apt,sharing=locked \
3838
--mount=type=cache,target=/var/lib/apt,sharing=locked \
3939
apt-get update -qq && apt-get install -yqq \
40-
build-essential curl git libffi-dev libssl-dev \
40+
build-essential curl git libffi-dev libssl-dev pkg-config \
4141
&& rm -rf /var/lib/apt/lists/*
4242

4343
# Install rust and ensure its in the PATH.

0 commit comments

Comments
 (0)