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