We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c9b06 commit 6cbcde1Copy full SHA for 6cbcde1
containers/Dockerfile.base-spack
@@ -88,7 +88,7 @@ LABEL au.org.access-nri.image.target ${ENV_SPACK_TARGET}
88
SHELL ["/bin/bash", "-c"]
89
90
# Install spack
91
-RUN git clone -c feature.manyFiles=true ${SPACK_GIT_URL} ${SPACK_ROOT} --branch ${SPACK_REPO_VERSION} --single-branch --depth=100
+RUN git clone -c feature.manyFiles=true ${SPACK_GIT_URL} ${SPACK_ROOT} --branch ${SPACK_REPO_VERSION}
92
93
# Install ACCESS-NRI's spack-packages repo
94
RUN git clone https://github.com/ACCESS-NRI/spack-packages.git /opt/spack-packages --branch ${SPACK_PACKAGES_REPO_VERSION}
0 commit comments