Skip to content

Commit 203ecb5

Browse files
committed
WIP
1 parent 915315c commit 203ecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.linux-musl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM --platform=$BUILDPLATFORM alpine
44

55
COPY --from=xx / /
66

7-
RUN apk add cmake clang lld bash build-base
7+
RUN apk add cmake clang lld bash build-base pkg-config
88

99
WORKDIR /nativebinaries
1010
COPY . /nativebinaries/

0 commit comments

Comments
 (0)