We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing the ruby-3.3 or ruby-3.3-dev package, the native extensions of the system gems seem to not have been built.
ruby-3.3
ruby-3.3-dev
This results in warnings like:
Source locally installed gems is ignoring #<Bundler::StubSpecification name=debug version=1.9.1 platform=ruby> because it is missing extensions
docker run --rm -it cgr.dev/chainguard/wolfi-base # In the container... apk update && apk add ruby gem install bundler
apk add build-base gem pristine --all apk del build-base
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When installing the
ruby-3.3
orruby-3.3-dev
package, the native extensions of the system gems seem to not have been built.This results in warnings like:
Minimal steps to reproduce:
Manual workaround
The text was updated successfully, but these errors were encountered: