9 lines
202 B
Docker
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
|