Skip to content

Commit a1dc529

Browse files
committed
Added a bunch of packets to musl Dockerfile, inspired from the rust APKBUILD
1 parent 82d3c23 commit a1dc529

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

+16-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ RUN apk update && \
77
perl \
88
make \
99
gcc \
10-
bash
10+
bash \
11+
musl-dev \
12+
llvm-libunwind-dev \
13+
cmake \
14+
curl-dev \
15+
file \
16+
libffi-dev \
17+
libgit2-dev \
18+
libressl-dev \
19+
libssh2-dev \
20+
llvm5-dev \
21+
llvm5-test-utils \
22+
python2 \
23+
tar \
24+
zlib-dev
25+
1126

1227
ENV CC_x86_64_unknown_linux_musl=gcc

0 commit comments

Comments
 (0)