Skip to content

Commit 7ca39df

Browse files
committed
install rust and cargo in musl Dockerfile, allthough that's probably not how this is supposed to work...
1 parent 0caab5d commit 7ca39df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ RUN apk update && \
2121
llvm5-test-utils \
2222
python2 \
2323
tar \
24-
zlib-dev
24+
zlib-dev \
25+
rust \
26+
rust-stdlib \
27+
cargo
2528

2629
ENV CC_x86_64_unknown_linux_musl=gcc

0 commit comments

Comments
 (0)