From 0420a902bab52875c3f728c1a8a0dd1183c627a3 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Fri, 22 Oct 2021 02:57:05 +0000 Subject: [PATCH] Add beamline config data for completeness --- containers/jug/xl.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile index a765890ee..ca49d6520 100644 --- a/containers/jug/xl.Dockerfile +++ b/containers/jug/xl.Dockerfile @@ -118,6 +118,8 @@ RUN cd /tmp >> /opt/detector/setup.sh \ && echo "export JUGGLER_DETECTOR_VERSION=${DETECTOR_VERSION}" \ >> /opt/detector/setup.sh \ + && echo "BEAMLINE_CONFIG=ip6" \ + && echo "BEAMLINE_CONFIG_VERSION=${IP6_VERSION}" \ && echo "export JUGGLER_INSTALL_PREFIX=/usr/local" \ >> /opt/detector/setup.sh -- GitLab