From 15e37eec99d619f98d71aa96760cacac66fc9bf6 Mon Sep 17 00:00:00 2001
From: Vladimir Kulikovskiy <vkulikovskiy@km3net.de>
Date: Mon, 21 Jan 2019 14:48:17 +0100
Subject: [PATCH] It seems make is not installed with the commands before.
 Trying to fix it.

---
 base/texlive:2017 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/texlive:2017 b/base/texlive:2017
index 815f140..a7002b9 100644
--- a/base/texlive:2017
+++ b/base/texlive:2017
@@ -8,8 +8,8 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
       maintainer="Tamas Gal <tgal@km3net.de>"
 
 
-RUN apt-get update \
-  && apt-get install -y gnupg wget curl git make libgetopt-long-descriptive-perl \
+RUN apt-get update
+RUN apt-get install -y gnupg wget curl git make libgetopt-long-descriptive-perl \
   libdigest-perl-md5-perl python-pygments fontconfig && rm -rf /var/lib/apt/lists/*
   
 WORKDIR /
-- 
GitLab