We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203ecb5 commit bd29d77Copy full SHA for bd29d77
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 pkg-config
+RUN apk add cmake clang lld bash build-base pkgconf
8
9
WORKDIR /nativebinaries
10
COPY . /nativebinaries/
0 commit comments