diff --git a/Dockerfile b/Dockerfile index 34a2033..88b5e03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM alpine:3.19 -RUN apk add --no-cache texlive-xetex coreutils make git +RUN apk add --no-cache texlive-xetex texmf-dist-latexextra coreutils make git