From 3843d0b6515c89c6f83503f10fbca292d90c7731 Mon Sep 17 00:00:00 2001 From: Julian Pollinger Date: Sat, 15 Mar 2025 10:29:42 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index deb49a0..208858c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache ${PYTHON_PACKAGES} FROM default AS full RUN apk add --no-cache texlive-full -RUN luaotfload-tool --no-cache +RUN luaotfload-tool --update FROM full AS full-python RUN apk add --no-cache ${PYTHON_PACKAGES} \ No newline at end of file