From dd37945b0cd13438e0b93ed9aef892cd383e81d4 Mon Sep 17 00:00:00 2001 From: Paolo Andreetto Date: Thu, 8 Oct 2020 12:05:55 +0200 Subject: [PATCH] Fixed variable for Marlin --- CentOS8/Dockerfile-ilc-framework | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CentOS8/Dockerfile-ilc-framework b/CentOS8/Dockerfile-ilc-framework index 2a84af7..b198d9f 100644 --- a/CentOS8/Dockerfile-ilc-framework +++ b/CentOS8/Dockerfile-ilc-framework @@ -15,3 +15,5 @@ RUN sed -i 's|/bin/env python|/usr/bin/env python2|g' /opt/ilcsoft/v02-02-MC/CED COPY profile.d_ilcsoft.sh /etc/profile.d/ilcsoft.sh +RUN sed -i -e 's|:\$MARLIN_DLL||g' /opt/ilcsoft/v02-02-MC/init_ilcsoft.sh +