Minimal-ish base image for running lualatex.
Based on:
- debian:stretch-slim
Included:
- texlive-base
- texlive-latex-base
- texlive-luatex
All other images on dockerhub are bloated. This image installs only the minimal selection of packages needed to run lualatex and nothing more. The size on dockerhub is 70 MB (218MB when installed). You can install additional packages using tlmgr
.
docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$PWD:/data" brokenpylons/lualatex lualatex