Skip to content
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

(docker): add glibc compat to Alpine image #840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevinnls
Copy link

@kevinnls kevinnls commented Jun 22, 2022

the reason

the nokogiri gem depends on glibc

Musl-based systems like Alpine may
not have a glibc-compatible library
installed, leading to problems running
the precompiled native gems.

ref: https://nokogiri.org/tutorials/installing_nokogiri.html#linux-musl-error-loading-shared-library

extensive details at #839

what is affected

  1. one more package and its two dependencies are installed via system package manager
  2. image size increases by 1MB

resolves #839

@kevinnls kevinnls marked this pull request as ready for review June 22, 2022 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docker/alpine]: missing dependency for nokogiri
1 participant