Browse Source

Add parallel

master
Schneider 5 years ago
parent
commit
fc41b8e931
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 2
      Dockerfile

2
Dockerfile

@ -2,4 +2,4 @@ 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
RUN apt-get install -y python-pygments && parallel
Loading…
Cancel
Save