From 9606f07d936732fc968cbf6001e4ec2d2fe8185e Mon Sep 17 00:00:00 2001
From: Jonas Zohren <jonas.zohren@tu-dortmund.de>
Date: Thu, 5 Sep 2019 17:03:37 +0200
Subject: [PATCH] Adds nodejs (oh nooooo)

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index cbd2e3c..47f2a4f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,7 @@ 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 parallel
+RUN apk add --no-cache nodejs
 
 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