We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915315c commit 203ecb5Copy full SHA for 203ecb5
Dockerfile.linux-musl
@@ -4,7 +4,7 @@ FROM --platform=$BUILDPLATFORM alpine
4
5
COPY --from=xx / /
6
7
-RUN apk add cmake clang lld bash build-base
+RUN apk add cmake clang lld bash build-base pkg-config
8
9
WORKDIR /nativebinaries
10
COPY . /nativebinaries/
0 commit comments