@ -0,0 +1,5 @@
FROM thomasweise/docker-texlive-full
MAINTAINER Marcel Schneider <marcel@webschneider.org>
RUN apt-get update
RUN apt-get install -y apt-utils
RUN apt-get install -y python-pygments
@ -0,0 +1,3 @@
# Texlive with pygments
Docker container for texlive-full with pygments (minted) support.