lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
934 stars 314 forks source link

Install gcompat package #131

Closed Synchro closed 1 year ago

Synchro commented 1 year ago

so we can run glibc-based programs, which includes bun. Without this, you run into this error.

lorisleiva commented 1 year ago

Hi there, thanks for that. Could you add that to all Dockerfiles for consistency?

Synchro commented 1 year ago

Done!

lorisleiva commented 1 year ago

Thanks!

Synchro commented 1 year ago

Unfortunately it seems that this isn't quite enough to make bun install on this image. Adding gcompat is the right way to go (and means that glibc-based packages will work in general, so it's a worthwhile addition), but bun needs to fix the issues in their own packages.

lorisleiva commented 1 year ago

Got it, thanks for letting me know.