Skip to content

Commit

Permalink
Fetch all src files in one go
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Jun 19, 2024
1 parent e9a4469 commit 25e2992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV PATH="${PATH}:/spack/bin"

COPY spack.yaml /root/spack-env/spack.yaml

RUN /spack/bin/spack -e /root/spack-env fetch -D
RUN /spack/bin/spack -e /root/spack-env install --fail-fast
RUN /spack/bin/spack view symlink /bootstrap-view $(/spack/bin/spack find -H)

Expand Down

0 comments on commit 25e2992

Please sign in to comment.