commit 0fba6e03a5ec368f4f9d2a8c1b1397ab8ea9fd48 Author: Marcel Schneider Date: Wed Nov 7 21:54:08 2018 +0100 Initial release diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..06c2418 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM thomasweise/docker-texlive-full +MAINTAINER Marcel Schneider +RUN apt-get update +RUN apt-get install -y apt-utils +RUN apt-get install -y python-pygments diff --git a/README.md b/README.md new file mode 100644 index 0000000..810f443 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Texlive with pygments + +Docker container for texlive-full with pygments (minted) support.