diff --git a/Dockerfile b/Dockerfile index 59d8afb..987c6b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,12 @@ RUN apt update \ && apt clean \ && rm -rf /var/lib/apt/lists/* +RUN < /etc/profile.d/z09_source_spack_setup.sh @@ -24,7 +30,6 @@ SHELL ["/bin/bash", "-l", "-c"] RUN <> /etc/profile.d/z10_load_spack_modules.sh -RUN spack module tcl loads geant4 xerces-c clhep boost cmake nlohmann-json >> /etc/profile.d/z10_load_spack_modules.sh +RUN spack module tcl loads geant4 xerces-c clhep boost nlohmann-json >> /etc/profile.d/z10_load_spack_modules.sh RUN rm -fr /opt/spack/share/spack/modules/$(spack arch) ENV ESI_DIR=/esi