From dd74a3d259e9adc30dd168bbd0b12d7a466917ea Mon Sep 17 00:00:00 2001 From: Carlos Mesquita Date: Mon, 26 Aug 2024 20:14:22 +0100 Subject: [PATCH] Removed unused latext packages, texlive already includes the needed packages for level upload --- Dockerfile | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) diff --git a/Dockerfile b/Dockerfile index 482c98f..89d3dc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,59 +23,6 @@ RUN apt update && apt install -y \ librsvg2-bin \ && rm -rf /var/lib/apt/lists/* -# Install additional LaTeX packages -RUN tlmgr init-usertree && \ - tlmgr install \ - adjustbox \ - booktabs \ - caption \ - collectbox \ - enumitem \ - environ \ - eurosym \ - fancyhdr \ - float \ - ifoddpage \ - lastpage \ - listings \ - makecell \ - marginnote \ - microtype \ - multirow \ - needspace \ - parskip \ - pdfpages \ - sourcesanspro \ - tcolorbox \ - threeparttable \ - tikz \ - titlesec \ - tocbibind \ - tocloft \ - trimspaces \ - ulem \ - varwidth \ - wrapfig \ - babel \ - hyphenat \ - ifplatform \ - letltxmacro \ - lineno \ - marvosym \ - pgf \ - realscripts \ - soul \ - tabu \ - times \ - titling \ - ucharcat \ - unicode-math \ - upquote \ - was \ - xcolor \ - xecjk \ - xltxtra \ - zref # Install production dependencies. RUN pip install --no-cache-dir -r requirements.txt