Docker image for cross-compiling rust-lang, with static ssl library
6.7K
##︎ Usage
docker run -it --rm -v ${PWD}:/source yasuyuky/rust-ssl-static cargo build --release --target=x86_64-unknown-linux-musl
docker run -it --rm -v ${PWD}:/source -v /path/to/registry:/root/.cargo/registry yasuyuky/rust-ssl-static cargo build --release --target=x86_64-unknown-linux-musl
MIT
Content type
Image
Digest
Size
345.7 MB
Last updated
over 8 years ago
docker pull yasuyuky/rust-ssl-static