updated requirements to support Reiners template

This commit is contained in:
2026-02-26 11:16:45 +01:00
parent ce098eceb1
commit 3dd9e20f85

View File

@@ -115,9 +115,11 @@ ENV LOG_LEVEL="info"
RUN tlmgr install \
abstract \
acro \
acronym \
adjustbox \
amsfonts \
amsmath \
appendix \
babel \
babel-english \
babel-german \
@@ -125,12 +127,15 @@ RUN tlmgr install \
biblatex \
biblatex-iso690 \
biber \
bigfoot \
booktabs \
caption \
cite \
cm-super \
cmap \
comment \
csquotes \
din1505 \
enumitem \
environ \
eurosym \
@@ -140,6 +145,7 @@ RUN tlmgr install \
glossaries \
graphics \
hyperxmp \
hyphen-german \
ifmtarg \
ifoddpage \
koma-script \
@@ -164,17 +170,22 @@ RUN tlmgr install \
tabu \
textcase \
tikzpagenodes \
titlesec \
titling \
todonotes \
totpages \
translations \
ulem \
units \
was \
xcolor \
xstring
RUN ln -s /usr/local/texlive/2025/bin/aarch64-linux/biber /usr/local/bin/biber
RUN mktexlsr
RUN fmtutil-sys --all
EXPOSE 80
ENTRYPOINT ["/sbin/my_init"]