latexmk/Dockerfile
2023-05-15 08:12:16 +02:00

7 lines
165 B
Docker

FROM archlinux
RUN pacman -Syu --noconfirm texlive-most texlive-bibtexextra texlive-fontsextra biber
COPY entrypoint.sh /root/
ENTRYPOINT ["/root/entrypoint.sh"]