We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7167bc6 commit 396d5ddCopy full SHA for 396d5dd
dist/docker/x86_64-alpine-linux-musl/Dockerfile
@@ -22,7 +22,7 @@ RUN sh /setup_unpriv.sh
22
# happen:
23
24
ADD cargo-config.toml /alpine/home/rust/.cargo/config
25
-ENV RUSTFLAGS="-L /alpine/usr/lib -l static=expat -l static=uuid -l static=stdc++ -C target-feature=+crt-static"
+ENV RUSTFLAGS="-L /alpine/usr/lib -l static=expat -l static=bz2 -l static=uuid -l static=stdc++ -C target-feature=+crt-static"
26
ENV TARGET_CC="x86_64-unknown-linux-musl-cc"
27
ENV TARGET_CXX="x86_64-unknown-linux-musl-g++"
28
ENV PKG_CONFIG_ALLOW_CROSS=1
0 commit comments