2025-05-05 21:46:16 +00:00
|
|
|
FROM docker.io/ldericher/autodoc:diagram
|
|
|
|
|
|
|
|
# source: https://stackoverflow.com/a/39420880
|
|
|
|
COPY pdfa /opt/pdfa
|
2025-05-10 00:32:43 +00:00
|
|
|
|
|
|
|
# install TeXoffice
|
|
|
|
COPY --chown=root:root \
|
|
|
|
texoffice \
|
|
|
|
/opt/texlive/texdir/texmf-dist/tex/latex/texoffice
|
|
|
|
|
|
|
|
RUN /opt/texlive/texdir/bin/default/texconfig rehash
|