diff --git a/containers/builder/Dockerfile b/containers/builder/Dockerfile
index 56f3d964216bd550e35f8f55c839e8b8bc9280ba..8cb543afe844bd6fa284873b03e57b2e594996f9 100644
--- a/containers/builder/Dockerfile
+++ b/containers/builder/Dockerfile
@@ -32,6 +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 \
+ && pwd \
  && cp -r ../../spack $SPACK_ROOT/np-spack \
  && cd $SPACK_ROOT/np-spack \
  && echo "repos:" > $SPACK_ROOT/etc/spack/repos.yaml \