jonathanlinat / dockerized-trenchbroom

🐋 A dockerized version of kduske's TrenchBroom source code
MIT License
3 stars 1 forks source link

Glibc Version #1

Open smarinel opened 4 months ago

smarinel commented 4 months ago

Thank you for making this docker image. Unfortunately for me the generated binary isn't statically linked and the GLIBC version used by the build process is newer than my machine, meaning I can't run the generated executable. Is there a way to specify a different version of Debian with an older Glibc or a way to set it to static linking?

jonathanlinat commented 3 months ago

Hey. I appreciate your interest.

I believe what you can do is modify this line and specify an older base Debian image: https://github.com/jonathanlinat/dockerized-trenchbroom/blob/main/Dockerfile.linux#L2C1-L2C26

Ref. https://hub.docker.com/_/debian/tags?page=1&page_size=&name=bookworm&ordering=-last_updated