diff --git a/Dockerfile b/Dockerfile index 2eac169..57a91ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ -FROM ghcr.io/xu-cheng/texlive-full:latest -RUN apk add openjdk21-jre fontconfig ttf-dejavu ncurses +FROM texlive/texlive:latest +RUN apt update +RUN apt install graphviz -y RUN luaotfload-tool --update \ No newline at end of file