this is more of a “how is this usually done” question.
I want to enable ppl on code-server (on unraid) to code and test/compile C#/C++.
From what I know, the VS extensions cannot install a compiler. I can shell into the container and install it - but it would be gone with each container update.
I have some idea (like adding custom code to the docker command, either the install command itself or run a little script from the config storage) but I’d like to ask what would be recommended ways of doing this?
I am not trying to maintain my own docker image… yet. Although this might make a good and easy example.
Not sure how to interpret this. I checked for a fitting docker mod, and while there are code-server specific ones for many languages, I didn’t see C amongst them.