Add build matrix strategy for Docker flavors and update caching configuration
Some checks failed
Build Docker Image / build (default) (push) Failing after 5m34s
Build Docker Image / build (python) (push) Failing after 7m56s

This commit is contained in:
2025-02-16 19:37:08 +01:00
parent 5eab51a771
commit 702cafd0ef
2 changed files with 14 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
FROM texlive/texlive:latest
FROM texlive/texlive:latest AS default
RUN apt update
RUN apt install graphviz nodejs -y
RUN luaotfload-tool --update
RUN luaotfload-tool --update
FROM default AS python
RUN apt update
RUN apt install python3 python3-pip -y