Hacker News new | ask | show | jobs
by zaarn 3006 days ago
IIRC you can install glibc into Alpine when an application needs it but the packages are all musl.
1 comments

A glibc chroot still seems to be the recommended method: https://wiki.alpinelinux.org/wiki/Running_glibc_programs
Hehehe I wrote the original wiki entry (because someone on irc asked for something like that)

I think it's still the recommended way for dependency management reasons and missing glibc-packages. If you can get your program running with the alpine glibc you should probably do that