toolchain for building static linked rust binary
904
usage: cd to root directory of rust project, then
docker run --rm -ti -v pwd:/build -v $HOME/.multirust/toolchains/nightly/cargo:/root/.cargo umegaya/rustatic bash -c "cd /build && cargo build --target=x86_64-unknown-linux-musl"
Content type
Image
Digest
Size
315.1 MB
Last updated
over 10 years ago
docker pull umegaya/rustatic