mmphego/latex
Simplified LaTeX docker image for compiling latex files. Details of the package can be found on http://packages.ubuntu.com/xenial/texlive-full.
make build
# Command broken ie needs somework
# make FILE="main.tex" latex
# Way around
./latexgen main.tex
Or just execute make help
Feel free to fork it or send me PR to improve it.
docker pull mmphego/latex