Make compile actually work
This commit is contained in:
10
latex/full/Dockerfile
Normal file
10
latex/full/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user