Closed cmac4603 closed 6 years ago
Would you be at all interested in my company copying and recreating the docker image on a weekly basis if I enquired regarding thisi? Or is there already another image doing this?
I tend to update this image once per stable Rust release, though sometimes I forget for a week or so. The build is parameterized, however, to make it easy for you to rebuild it with specific nightlies if you need to do so.
I just ran a new build for 1.24.0, which will also build currently nightlies. If you want to rebuild them more regularly, please feel free.
docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder:nightly cargo build --release
Trying to build a rust rocket webserver container, but getting this error:
Or is there a better way to do this?