From c32f0813930ed96fcec77c8cbeb2680cc52d2968 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Tue, 1 Dec 2020 14:47:42 +0000 Subject: [PATCH] fixed syntax error in Dockerfile --- containers/builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/builder/Dockerfile b/containers/builder/Dockerfile index 03ff8664a..56f3d9642 100644 --- a/containers/builder/Dockerfile +++ b/containers/builder/Dockerfile @@ -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 -- GitLab