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

Avoid glibc dependency #230

Merged
merged 3 commits into from Mar 24, 2021
Merged

Avoid glibc dependency #230

merged 3 commits into from Mar 24, 2021

Conversation

J0WI
Copy link
Contributor

@J0WI J0WI commented Mar 23, 2021

The main issue is that nokogiri tries to install the x86_64-linux binary which is linked to glibc. sparklemotion/nokogiri#2075
This does not work well on musl-libc based systems like Alpine. There might be a fix at some point in the future but up to now it still breaks.

@J0WI
Copy link
Contributor Author

J0WI commented Mar 23, 2021

Just a little too late for docker-library/official-images#9837
@tianon @yosifkit

Dockerfile-alpine.template Outdated Show resolved Hide resolved
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
@tianon tianon merged commit 3fdebe9 into docker-library:master Mar 24, 2021
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Mar 24, 2021
Changes:

- docker-library/redmine@3fdebe9: Merge pull request docker-library/redmine#230 from J0WI/fix-glibc-dep
- docker-library/redmine@d93440f: Update Dockerfile-alpine.template
@J0WI J0WI deleted the fix-glibc-dep branch March 24, 2021 18:08
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.

None yet

2 participants