All checks were successful
Build Docker Image / build (push) Successful in 4m36s
4 lines
99 B
Docker
4 lines
99 B
Docker
FROM texlive/texlive:latest
|
|
RUN apt update
|
|
RUN apt install graphviz -y
|
|
RUN luaotfload-tool --update |