brokenpylons / docker-lualatex

Minimal-ish base image for running lualatex

Repository from Github https://github.combrokenpylons/docker-lualatexRepository from Github https://github.combrokenpylons/docker-lualatex

docker-lualatex

GitHub Build Status Docker Pulls

Minimal-ish base image for running lualatex.

Based on:

  • debian:stretch-slim

Included:

  • texlive-base
  • texlive-latex-base
  • texlive-luatex

dockerhub

Why?

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.

Usage

docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$PWD:/data" brokenpylons/lualatex lualatex

See also:

About

Minimal-ish base image for running lualatex

License:ISC License


Languages

Language:Dockerfile 100.0%