Skip to content

Commit 6cbcde1

Browse files
authored
Dockerfile.base-spack: clone Spack with full context (#181)
1 parent 93c9b06 commit 6cbcde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/Dockerfile.base-spack

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LABEL au.org.access-nri.image.target ${ENV_SPACK_TARGET}
8888
SHELL ["/bin/bash", "-c"]
8989

9090
# Install spack
91-
RUN git clone -c feature.manyFiles=true ${SPACK_GIT_URL} ${SPACK_ROOT} --branch ${SPACK_REPO_VERSION} --single-branch --depth=100
91+
RUN git clone -c feature.manyFiles=true ${SPACK_GIT_URL} ${SPACK_ROOT} --branch ${SPACK_REPO_VERSION}
9292

9393
# Install ACCESS-NRI's spack-packages repo
9494
RUN git clone https://github.com/ACCESS-NRI/spack-packages.git /opt/spack-packages --branch ${SPACK_PACKAGES_REPO_VERSION}

0 commit comments

Comments
 (0)