From 686b285edb9802df03f68fbf78391cc9a5de71f4 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 5 Mar 2019 14:09:09 +0100
Subject: [PATCH] Source ROOT before

---
 base/nmh:dev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/nmh:dev b/base/nmh:dev
index beacf22..0c77c0c 100644
--- a/base/nmh:dev
+++ b/base/nmh:dev
@@ -1,4 +1,4 @@
 FROM docker.km3net.de/jpp-root6-py2:v11.0.0-rc8
  MAINTAINER Tamas Gal <tgal@km3net.de>
  
- RUN git clone https://github.com/joaoabcoelho/OscProb /OscProb && cd /OscProb && make
+ RUN git clone https://github.com/joaoabcoelho/OscProb /OscProb && source /opt/root-6.14.06/bin/thisroot.sh && cd /OscProb && make
-- 
GitLab