Add formatting docker image

This commit is contained in:
2026-01-09 14:11:07 +01:00
parent 5b6f13ee80
commit 9b1947c521
4 changed files with 49 additions and 0 deletions
+10
View 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" ]