Update Dockerfile
All checks were successful
Build Docker Image / build (default) (push) Successful in 32s
Build Docker Image / build (full-python) (push) Successful in 23m18s
Build Docker Image / build (python) (push) Successful in 37s
Build Docker Image / build (full) (push) Successful in 24m50s

This commit is contained in:
2025-03-15 10:29:42 +00:00
parent 22748c95ab
commit 3843d0b651

View File

@@ -12,7 +12,7 @@ RUN apk add --no-cache ${PYTHON_PACKAGES}
FROM default AS full FROM default AS full
RUN apk add --no-cache texlive-full RUN apk add --no-cache texlive-full
RUN luaotfload-tool --no-cache RUN luaotfload-tool --update
FROM full AS full-python FROM full AS full-python
RUN apk add --no-cache ${PYTHON_PACKAGES} RUN apk add --no-cache ${PYTHON_PACKAGES}