diff --git a/Dockerfile b/Dockerfile index ecec2a9..c684988 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update RUN apt-get install -y latexmk -RUN apt-get install -y texlive-full +RUN apt-get install -y texlive-latex-extra # Copy necessary files COPY app.py app.py