1
Fork 0
latexmk/Dockerfile

8 lines
165 B
Docker
Raw Normal View History

2023-05-14 18:29:36 +02:00
FROM archlinux
RUN pacman -Syu --noconfirm texlive-most texlive-bibtexextra texlive-fontsextra biber
COPY entrypoint.sh /root/
ENTRYPOINT ["/root/entrypoint.sh"]