@@ -2,4 +2,6 @@ FROM pandoc/latex:2.9
RUN apk add make texlive
+ENV TEXMF /usr/share/texmf-dist
+
COPY actions/entrypoint.sh /entrypoint.sh