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