Add pkg-config package to Stage 0 (#15567)
This commit is contained in:
parent
7c76514f1e
commit
08297f2f18
|
@ -0,0 +1 @@
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue