We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b596d9 commit 4086f97Copy full SHA for 4086f97
Dockerfile.linux-musl
@@ -4,13 +4,13 @@ FROM --platform=$BUILDPLATFORM alpine
4
5
COPY --from=xx / /
6
7
-RUN apk add cmake clang lld bash build-base pkgconf
+RUN apk add cmake clang lld bash build-base
8
9
WORKDIR /nativebinaries
10
COPY . /nativebinaries/
11
12
ARG TARGETPLATFORM
13
-RUN xx-apk add musl-dev gcc
+RUN xx-apk add musl-dev gcc pkgconf
14
15
RUN xx-info env
16
RUN xx-clang --setup-target-triple
0 commit comments