Skip to content
Snippets Groups Projects
Commit c32f0813 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fixed syntax error in Dockerfile

parent 7a99f0bc
Branches
Tags
1 merge request!16New feature version
......@@ -32,7 +32,7 @@ COPY spack.yaml /opt/spack-environment/spack.yaml
## and only initialize the custom packages here for more
## transparency
RUN rm -rf $SPACK_ROOT/np-spack \
&& cp -r ../../spack $SPACK_ROOT/np-spack
&& cp -r ../../spack $SPACK_ROOT/np-spack \
&& cd $SPACK_ROOT/np-spack \
&& echo "repos:" > $SPACK_ROOT/etc/spack/repos.yaml \
&& echo " - $SPACK_ROOT/np-spack" >> $SPACK_ROOT/etc/spack/repos.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment