pages-gem
pages-gem copied to clipboard
(docker): add glibc compat to Alpine image
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
- one more package and its two dependencies are installed via system package manager
- image size increases by 1MB
resolves #839