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 af4cb23 commit 9fa3977Copy full SHA for 9fa3977
Dockerfile.linux-musl
@@ -4,12 +4,12 @@ FROM --platform=$BUILDPLATFORM alpine
4
5
COPY --from=xx / /
6
7
-RUN apk add cmake clang lld
+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 bash
+RUN xx-apk add musl-dev gcc
14
15
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments