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