Removed unused latext packages, texlive already includes the needed packages for level upload

This commit is contained in:
Carlos Mesquita
2024-08-26 20:14:22 +01:00
parent efff0b904e
commit dd74a3d259

View File

@@ -23,59 +23,6 @@ RUN apt update && apt install -y \
librsvg2-bin \ librsvg2-bin \
&& rm -rf /var/lib/apt/lists/* && 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. # Install production dependencies.
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt