Fix Dockerfile

This commit is contained in:
Andreas Tsouchlos 2025-10-25 23:51:22 +02:00
parent e492024cf7
commit f47c7ce19b

View File

@ -6,6 +6,7 @@ RUN apt update -y && apt upgrade -y
RUN apt install make texlive latexmk texlive-pictures -y
RUN apt install texlive-publishers texlive-science texlive-fonts-extra texlive-latex-extra -y
RUN apt install biber texlive-bibtex-extra -y
RUN apt install texlive-lang-german -y
RUN apt install python3 python3-pygments -y