The recent update of our spack fork from spack develop removed important pieces of the Dockerfile template, which broke our containers (we didn't notice, because we only build them but don't run anything in them in CI).
This PR puts the two pieces of code back. I tested this with the spack-stack-1.6.0 release code and the containers are good again.
Issue(s) addressed
Containers no longer functional since nov2023_spackmerge
Dependencies
n/a
Impact
n/a
Checklist
[x] I have performed a self-review of my own code
[ ] I have made corresponding changes to the documentation
[x] I have run the unit tests before creating the PR
Description
The recent update of our spack fork from spack develop removed important pieces of the Dockerfile template, which broke our containers (we didn't notice, because we only build them but don't run anything in them in CI).
This PR puts the two pieces of code back. I tested this with the spack-stack-1.6.0 release code and the containers are good again.
Issue(s) addressed
Containers no longer functional since nov2023_spackmerge
Dependencies
n/a
Impact
n/a
Checklist
I have made corresponding changes to the documentationunittests before creating the PR