We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59153c commit c553808Copy full SHA for c553808
Dockerfile.linux-musl
@@ -10,6 +10,6 @@ WORKDIR /nativebinaries
10
COPY . /nativebinaries/
11
12
ARG TARGETPLATFORM
13
-RUN xx-apk musl-dev gcc
+RUN xx-apk add musl-dev gcc
14
15
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments