Skip to content
Snippets Groups Projects

Don't use braces for docker variables

Closed Wouter Deconinck requested to merge wdconinc-master-patch-01329 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -86,7 +86,7 @@ RUN cd /tmp
>> /opt/detector/setup.sh \
&& echo 'export DETECTOR_PATH=/opt/detector/share/athena' \
>> /opt/detector/setup.sh \
&& echo 'export DETECTOR_VERSION=${DETECTOR_VERSION}' \
&& echo 'export DETECTOR_VERSION=$DETECTOR_VERSION' \
>> /opt/detector/setup.sh \
&& echo 'export JUGGLER_INSTALL_PREFIX=/usr/local' \
>> /opt/detector/setup.sh
Loading