Skip to content
Snippets Groups Projects
Commit 6d576307 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Resolve "Copy spack.lock into final container (reproducibility)"

parent 3c90daf2
No related branches found
No related tags found
1 merge request!251Resolve "Copy spack.lock into final container (reproducibility)"
......@@ -225,6 +225,7 @@ LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \
## copy over everything we need from staging in a single layer :-)
RUN --mount=from=staging,target=/staging \
rm -rf /usr/local \
&& cp -r /staging/opt/spack-environment /opt/spack-environment \
&& cp -r /staging/opt/software /opt/software \
&& cp -r /staging/usr/._local /usr/._local \
&& cd /usr/._local \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment