Skip to content

Commit f577c84

Browse files
committed
Update Spack cloning recipe in the Docker recipe
1 parent 51a1622 commit f577c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib:"${LD_LIBRARY_PATH}"
3535

3636
# Set up Spack
3737
COPY spack-config ${USER_HOME}/.spack
38-
RUN git clone -b releases/v0.19 https://github.com/spack/spack.git spack && echo ". ${USER_HOME}/spack/share/spack/setup-env.sh" >> ${USER_HOME}/.bashrc
38+
RUN git clone -b v0.23.0 -c feature.manyFiles=true --depth=2 https://github.com/spack/spack.git spack && echo ". ${USER_HOME}/spack/share/spack/setup-env.sh" >> ${USER_HOME}/.bashrc
3939
RUN sudo chown -R $USER_NAME:$USER_NAME .spack && . ${USER_HOME}/spack/share/spack/setup-env.sh && spack spec yaml-cpp
4040
# Bootstrap clingo
4141
#COPY bootstrap-spack.sh ${USER_HOME}/bootstrap-spack.sh

0 commit comments

Comments
 (0)