Skip to content

Commit 396d5dd

Browse files
committed
dist/docker/x86_64-alpine-linux-musl/Dockerfile: add libbz2 to the link line
It seems that we now need to include libbz2 in the set of forced static links.
1 parent 7167bc6 commit 396d5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/docker/x86_64-alpine-linux-musl/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN sh /setup_unpriv.sh
2222
# happen:
2323

2424
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"
25+
ENV RUSTFLAGS="-L /alpine/usr/lib -l static=expat -l static=bz2 -l static=uuid -l static=stdc++ -C target-feature=+crt-static"
2626
ENV TARGET_CC="x86_64-unknown-linux-musl-cc"
2727
ENV TARGET_CXX="x86_64-unknown-linux-musl-g++"
2828
ENV PKG_CONFIG_ALLOW_CROSS=1

0 commit comments

Comments
 (0)