diff --git a/Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 b/Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 index 6bcadc5..e33eb02 100644 --- a/Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 +++ b/Docker/Dockerfile.ubuntu20.04-gnu9.3.spack-stack:srw2.1 @@ -12,7 +12,7 @@ RUN source ./setup.sh && \ spack concretize 2>&1 | tee concretize.log && \ spack install 2>&1 | tee install.log && \ yes "y" 2>/dev/null | spack module lmod refresh && \ - spack stack setup-meta-modules + spack stack setup-meta-modules && \ find envs/ufs-srw-dev.docker_gnu/install/modulefiles -iname "*.lua" | xargs grep -l depends_on | xargs sed -i 's/depends_on/-- depends_on/g'