Files
docker/latex/full/Dockerfile
2025-12-23 16:16:00 +01:00

9 lines
202 B
Docker

FROM git.janishutz.com/registry/latex-build
WORKDIR /root
RUN pacman -S texlive-fontsextra texlive-publishers python-pygments --noconfirm
COPY ./entrypoint.sh /root/
RUN chmod +x /root/entrypoint.sh