-
Notifications
You must be signed in to change notification settings - Fork 225
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
Compiling rustler on Docker Alpine #296
Comments
For what it’s worth, I created a simple repo to reproduce the issue… https://github.com/gcauchon/rustler-alpine That’s about as far as my |
This seems to be the issue you are hitting rust-lang/cargo#7563 Does anything in there help? |
It did more than help; it fixed the issue: https://github.com/gcauchon/rustler-alpine#solution 🍻 @hansihe |
To conclude, building on alpine works when
|
I’ve been trying to deploy an Elixir app with a rustler based module. Everything works fine in development but when I try to build the docker image on Alpine, I have this error:
This seems to be a known issue of Alpine, but can you guide me on possible solution on building a docker container with a rust dependency?
Thank you!
The text was updated successfully, but these errors were encountered: