cs50 / codespace

https://cs50.readthedocs.io/cs50/codespace
GNU General Public License v3.0
114 stars 342 forks source link

Add Doxygen to Base Image? #70

Open stephendgilbert opened 1 year ago

stephendgilbert commented 1 year ago

Right now my students have to manually install doxygen each time we use it (it doesn't persist in the image). It's fast to install and takes only a little memory, but it's still kind of a hassle. Right now in my classes I use your .devcontainer.json file as part of the student's codespace repo, so it seems to be built from the CS50 image. Reading the docs, I haven't found a way to modify that to actually add doxygen. I think it needs to be done at the DockerFile stage.