Sign inSign up

yasuyuky/rust-ssl-static

By yasuyuky

Updated over 8 years ago

Docker image for cross-compiling rust-lang, with static ssl library

Image
0

6.7K

yasuyuky/rust-ssl-static repository overview

Docker image for cross-compiling rust-lang, with static ssl library

##︎ Usage

docker run -it --rm -v ${PWD}:/source yasuyuky/rust-ssl-static cargo build --release --target=x86_64-unknown-linux-musl
To avoid cargo downloading the library every time
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

License

MIT

Tag summary

Content type

Image

Digest

Size

345.7 MB

Last updated

over 8 years ago

docker pull yasuyuky/rust-ssl-static