Skip to content

Commit 82d3c23

Browse files
committed
Added bash to musl Dockerfile
1 parent 6de827e commit 82d3c23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/docker/x86_64-unknown-linux-musl/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apk update && \
66
ca-certificates \
77
perl \
88
make \
9-
gcc
9+
gcc \
10+
bash
1011

1112
ENV CC_x86_64_unknown_linux_musl=gcc

0 commit comments

Comments
 (0)