Created
March 18, 2020 23:03
-
-
Save DrPsychick/31fa03ca0f80c1e39ed97126fbba2a38 to your computer and use it in GitHub Desktop.
extend pdflatex docker image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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