From f34458c2eb8b1adf2e3d355001948008bbd3a436 Mon Sep 17 00:00:00 2001
From: Jonas Zohren <jonas.zohren@tu-dortmund.de>
Date: Thu, 8 Aug 2019 13:50:36 +0200
Subject: [PATCH] Adds gnu parallel

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7e231b5..cbd2e3c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,8 @@ ENV PANDOC_VERSION=2.7.3
 
 RUN apk add --no-cache ttf-linux-libertine
 RUN apk add --no-cache texlive-full
-RUN apk add --no-cache hugo git 
+RUN apk add --no-cache hugo git
+RUN apk add --no-cache parallel
 
 RUN apk add --no-cache ca-certificates wget \
   && wget -O /tmp/pandoc.tar.gz https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux.tar.gz \
-- 
GitLab