Skip to content
Snippets Groups Projects
Unverified Commit 08297f2f authored by helix-loop's avatar helix-loop Committed by GitHub
Browse files

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

parent 7c76514f
No related branches found
No related tags found
No related merge requests found
Add pkg-config package to Stage 0 to be able to build Dockerfile on ppc64le architecture.
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment