-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make small Alpine images #12
Comments
rust-lang/rust#57439 is working towards this |
This would work, but we need Rust 1.32, and Alpine currently only has 1.31 (see https://pkgs.alpinelinux.org/package/edge/community/x86_64/rust) |
This is possibly doable on other platforms. See https://medium.com/@rajasekar3eg/rust-for-python-developers-environment-setup-6752315a61bd for how to build small static images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We'll need to use something like https://hub.docker.com/r/ekidd/rust-musl-builder/ as there isn't proper rustup support for Musl/Alpine yet
The text was updated successfully, but these errors were encountered: