Files
latex-container/Dockerfile
Julian Pollinger 702cafd0ef
Some checks failed
Build Docker Image / build (default) (push) Failing after 5m34s
Build Docker Image / build (python) (push) Failing after 7m56s
Add build matrix strategy for Docker flavors and update caching configuration
2025-02-16 19:37:08 +01:00

8 lines
195 B
Docker

FROM texlive/texlive:latest AS default
RUN apt update
RUN apt install graphviz nodejs -y
RUN luaotfload-tool --update
FROM default AS python
RUN apt update
RUN apt install python3 python3-pip -y