Skip to content

Commit dc2c8e6

Browse files
committed
WIP
1 parent c553808 commit dc2c8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.linux-musl

Lines changed: 1 addition & 1 deletion
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 add musl-dev gcc
13+
RUN xx-apk add musl-dev gcc bash
1414

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

0 commit comments

Comments
 (0)