Files
docker/latex/full/Dockerfile
2025-12-23 09:13:29 +01:00

11 lines
204 B
Docker

FROM git.janishutz.com/registry/latex-build
WORKDIR /root
RUN apk add py3-pip python3
RUN pip3 install latexminted --break-system-packages
COPY ./entrypoint.sh /root/
RUN chmod +x /root/entrypoint.sh