Skip to content

Commit c553808

Browse files
committed
WIP
1 parent e59153c commit c553808

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
@@ -10,6 +10,6 @@ WORKDIR /nativebinaries
1010
COPY . /nativebinaries/
1111

1212
ARG TARGETPLATFORM
13-
RUN xx-apk musl-dev gcc
13+
RUN xx-apk add musl-dev gcc
1414

1515
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]

0 commit comments

Comments
 (0)