From 22748c95ab1bd9245c82ffebff0c9490c9479711 Mon Sep 17 00:00:00 2001 From: Julian Pollinger Date: Sat, 15 Mar 2025 00:28:58 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 068c07c..deb49a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache graphviz nodejs git-lfs make FROM base AS default RUN apk add --no-cache texlive texlive-luatex -RUN luaotfload-tool --no-cache +RUN luaotfload-tool --update FROM default AS python RUN apk add --no-cache ${PYTHON_PACKAGES}