-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Ruby gem fails to install on Alpine #394
Comments
Hi! I think a Rust compiler might be missing there. I am going to take a look at magnus docs in this regard, maybe I've missed something. |
@Stranger6667 thanks for the fast response! Tried isntalling
Unfortunately, this still results in the same error message as above. Here's a minimal Dockerfile which allows a repro of the issue:
If you save that to a directory as
That should drop you into the container in a minimal reproduction of my environment. Then
And observe the error I'm getting. Ultimately, though, it shouldn't really matter. If you're able to build/distribute the binaries for |
I'm running a ruby alpine docker container (
ruby:3.3-alpine3.19
). I have installed the packagesalpine-sdk
,ruby-dev
andgcompat
, which are usually enough to build any gem that does not have pre-built binaries.Running
gem install css_inline
results in the following output:Any guidance on missing dependencies would be appreciated, as would prebuilt binaries
aarch64-linux-musl
.The text was updated successfully, but these errors were encountered: