Skip to content

Instantly share code, notes, and snippets.

@DrPsychick
Created March 18, 2020 23:03
Show Gist options
  • Save DrPsychick/31fa03ca0f80c1e39ed97126fbba2a38 to your computer and use it in GitHub Desktop.
Save DrPsychick/31fa03ca0f80c1e39ed97126fbba2a38 to your computer and use it in GitHub Desktop.
extend pdflatex docker image
FROM drpsychick/texlive-pdflatex:latest
RUN tlmgr update --self && \
tlmgr install collection-latexextra \
utopia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment