A PDF build environment for local development purposes and Github CI workflows. Either download from Dockerhub or build on site by using the example statements below.
docker pull exaesmwp4/texlive
docker run -v $(pwd):/home -it exaesmwp4/texlive pdflatex --shell-escape example.tex
Useful for debugging...
git clone https://github.com/ExaESM-WP4/texlive-docker.git
cd texlive-docker/
docker image build . -t texlive
docker run -v $(pwd):/home -it texlive /bin/bash
pdflatex --shell-escape example.tex