This repository contains the full Texlive 2017.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
$ git clone https://github.com/MartinThoma/texlive-docker.git
$ cd texlive-docker
$ sudo docker-compose up --build
You can enter the container with
$ sudo docker run -it texlivedocker_texlive bash
$ sudo su
# docker run --rm -it -v $PWD:/workdir texlivedocker_texlive pdflatex <TEX_FILE>