commit 498851415d3e924e3629b80086193bab9f9121f9 Author: Jacob Patterson Date: Sat Oct 5 11:49:31 2024 -0400 Initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..34a2033 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM alpine:3.19 +RUN apk add --no-cache texlive-xetex coreutils make git