Add formatting docker image
This commit is contained in:
10
latex/fmt/Dockerfile
Normal file
10
latex/fmt/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN apk add texlive-binextra perl-file-homedir perl-yaml-tiny
|
||||
|
||||
COPY ./format.sh /root/
|
||||
RUN chmod +x /root/format.sh
|
||||
|
||||
CMD [ "/root/format.sh" ]
|
||||
Reference in New Issue
Block a user