lev-templates/.devcontainer/Dockerfile

11 lines
280 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