TeX Live docker image (minidocks/texlive)
TeX Live is a free software distribution for the TeX typesetting system that includes major TeX-related programs, macro packages, and fonts.
docker run --rm -it -v "`pwd`:/app" -w /app minidocks/texlive pdftex --version
To install packages you can create a new image:
FROM minidocks/texlive
RUN tlmgr install cm-super
Tag | Size |
---|---|
latest, basic | |
basic | |
small | |
gregorio | |
context | |
medium | |
full | |
2024 | |
2023 |