From 3076f9b898af6a1d6278b29c213eb2d77879c7a9 Mon Sep 17 00:00:00 2001 From: David Blyth <dblyth@anl.gov> Date: Tue, 25 Jul 2017 10:20:00 -0500 Subject: [PATCH] Added dependencies to lcsim to avoid issues retrieving them in ANL network. --- Docker/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 0ab6b53..e9f9337 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -185,7 +185,8 @@ RUN sudo pacman -S --noconfirm \ maven \ which -ENV LCSIM_COMMIT 917843d955e4de308bb514e6793388e341cfc589 +ENV LCSIM_VERSION 4.0-SNAPSHOT +ENV LCSIM_COMMIT f06ab13839e6afbd7ce3c084e5a932cc78898fd3 RUN git clone https://github.com/decibelCooper/lcsim.git /opt/lcsim && \ cd /opt/lcsim && \ @@ -193,8 +194,6 @@ RUN git clone https://github.com/decibelCooper/lcsim.git /opt/lcsim && \ mvn -DskipTests && \ rm -rf ~/.m2 -ENV LCSIM_VERSION 4.0-SNAPSHOT - RUN echo "export CLICSOFT=/opt/lcsim; export GEOMCONVERTERDIR=\$CLICSOFT/detector-framework; export GCONVERTER=\$GEOMCONVERTERDIR/target/lcsim-detector-framework-$LCSIM_VERSION-bin.jar" | sudo bash -c "cat >> /etc/profile.d/lcsim.sh" && \ sudo chmod +x /etc/profile.d/lcsim.sh -- GitLab