From 1d0f1b6d8e7c3a5c093ceac9d97d773c9dbd1a2e Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sylvester.joosten@gmail.com>
Date: Tue, 6 Jul 2021 13:16:19 +0000
Subject: [PATCH] Add installed detectors to end of LD_LIBRARY_PATH to avoid
 conflicts with ATHENA_PREFIX

---
 containers/jug/xl.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile
index a46369fff..6c97da0a0 100644
--- a/containers/jug/xl.Dockerfile
+++ b/containers/jug/xl.Dockerfile
@@ -83,7 +83,7 @@ RUN cd /tmp
  && popd                                                                        \
  && rm -rf build ip6                                                            \
  && echo "ADDING SETUP SCRIPT"                                                  \
- && echo "export LD_LIBRARY_PATH=/opt/detector/lib:\$LD_LIBRARY_PATH"           \
+ && echo "export \$LD_LIBRARY_PATH:LD_LIBRARY_PATH=/opt/detector/lib"           \
          > /opt/detector/setup.sh
 
 ## Install benchmarks into the container
-- 
GitLab