lev-templates/chores/.publish/Dockerfile

21 lines
527 B
Docker

FROM docker.io/ldericher/autodoc:diagram
# install TeXoffice
COPY --chown=root:root \
deploy/texoffice \
/opt/texlive/texdir/texmf-dist/tex/latex/texoffice/
# install lenaisten directory
COPY --chown=root:root \
src/lenaisten \
/opt/lenaisten/
# install pandoc templates
COPY --chown=root:root \
src/lev-protokoll.latex \
src/lev-dokument.latex \
/usr/local/share/pandoc/templates/
RUN set -ex; \
# reindex TeXlive (installed TeXoffice)
/opt/texlive/texdir/bin/default/texconfig rehash;