Files
latex-container/Dockerfile
Julian Pollinger 0b473cb110
All checks were successful
Build Docker Image / build (default) (push) Successful in 1m15s
Build Docker Image / build (python) (push) Successful in 1m17s
Update Dockerfile to use apt-get for installs
2025-03-12 22:27:10 +01:00

8 lines
257 B
Docker

FROM harbor.pollinger.dev/dockerhub-mirror/texlive/texlive:latest AS default
RUN apt-get update
RUN apt-get install graphviz nodejs git-lfs -y
RUN luaotfload-tool --update
FROM default AS python
RUN apt-get update
RUN apt-get install python3 python3-pip -y