Add build matrix strategy for Docker flavors and update caching configuration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user