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
|
2025-05-12 01:25:05 +00:00
|
|
|
|
|
|
|
# install lenaisten directory
|
2025-05-12 02:42:25 +00:00
|
|
|
COPY --chown=root:root lenaisten /opt/lenaisten
|