diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile
index 165496e47671fb99e8e1b1be10dcc6ef40ebe116..bf2c8d13d17c6c1a4bafd95ec7966a3f3a60d457 100644
--- a/containers/jug/xl.Dockerfile
+++ b/containers/jug/xl.Dockerfile
@@ -80,8 +80,14 @@ RUN cd /tmp
  && popd                                                                        \
  && rm -rf build ip6                                                            \
  && echo "ADDING SETUP SCRIPT"                                                  \
- && echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/detector/lib'           \
-         > /opt/detector/setup.sh
+ && echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/detector/lib'            \
+         > /opt/detector/setup.sh                                               \
+ && echo 'export JUGGLER_DETECTOR=athena'                                       \
+         >> /opt/detector/setup.sh                                              \
+ && echo 'export DETECTOR_PATH=/opt/detector/share/athena'                      \
+         >> /opt/detector/setup.sh                                              \
+ && echo 'export JUGGLER_INSTALL_PREFIX=/usr/local'                             \
+         >> /opt/detector/setup.sh
 
 ## Install benchmarks into the container