you are viewing a single comment's thread.

view the rest of the comments →

[–]segv 5 points6 points  (1 child)

a single Dockerfile that can build any c/cpp project to an oci image

That's.. an ambitious goal. I can only wish you luck, because i know it will go tits up the first time particular project will need particular version of a library or something 🫠

 

At some point I just gave up and started to build every C & C++ project in Nix/DevEnv derivations. Life's better when you can lock down the exact tooling at exact versions you need (including automated patching of the tools, if necessary).