Update Dockerfile
Some checks failed
Build Docker Image / build (default) (push) Successful in 4m44s
Build Docker Image / build (full) (push) Failing after 10m43s
Build Docker Image / build (full-python) (push) Failing after 10m44s
Build Docker Image / build (python) (push) Successful in 4m37s

This commit is contained in:
2025-03-15 00:28:58 +00:00
parent 84f45273dc
commit 22748c95ab

View File

@@ -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}