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

Commit

Permalink
Add pkg-config package to Stage 0 (#15567)
Browse files Browse the repository at this point in the history
  • Loading branch information
helix-loop authored May 12, 2023
1 parent 7c76514 commit 08297f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/15567.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add pkg-config package to Stage 0 to be able to build Dockerfile on ppc64le architecture.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08297f2

Please sign in to comment.