Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

brokenpylons/docker-lualatex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: