8 lines
257 B
Docker
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 |