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 c553808 commit dc2c8e6Copy full SHA for dc2c8e6
Dockerfile.linux-musl
@@ -10,6 +10,6 @@ WORKDIR /nativebinaries
10
COPY . /nativebinaries/
11
12
ARG TARGETPLATFORM
13
-RUN xx-apk add musl-dev gcc
+RUN xx-apk add musl-dev gcc bash
14
15
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments