Removed unused latext packages, texlive already includes the needed packages for level upload
This commit is contained in:
53
Dockerfile
53
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
|
||||
|
||||
Reference in New Issue
Block a user