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 15e0f65 commit 81b4f89Copy full SHA for 81b4f89
Dockerfile.linux-musl
@@ -12,4 +12,6 @@ COPY . /nativebinaries/
12
ARG TARGETPLATFORM
13
RUN xx-apk add musl-dev gcc bash
14
15
+RUN cmake $(xx-clang --print-cmake-defines) ..
16
+
17
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments