It will be handy to have a Docker image that has all the necessary packages to build the thesis. On top of my head I can think of the following requirements:
make, to run make tasks
git for Git operations
texlive-full for LaTeX
python-pygments for color highlighting listing codes
Any other important utilities that would be good to have in the Docker image?
It will be handy to have a Docker image that has all the necessary packages to build the thesis. On top of my head I can think of the following requirements:
make
, to run make tasksgit
for Git operationstexlive-full
for LaTeXpython-pygments
for color highlighting listing codesAny other important utilities that would be good to have in the Docker image?