lev-templates/.devcontainer/Dockerfile
2025-05-12 02:42:25 +00:00

14 lines
359 B
Docker

FROM docker.io/ldericher/autodoc:diagram
# source: https://stackoverflow.com/a/39420880
COPY pdfa /opt/pdfa
# install TeXoffice
COPY --chown=root:root \
texoffice \
/opt/texlive/texdir/texmf-dist/tex/latex/texoffice
RUN /opt/texlive/texdir/bin/default/texconfig rehash
# install lenaisten directory
COPY --chown=root:root lenaisten /opt/lenaisten