We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b7b04 commit 28f0073Copy full SHA for 28f0073
clingo/Dockerfile.manylinux2014
@@ -15,8 +15,11 @@ ENV PATH="/root/spack/bin/:$PATH" \
15
PYTHONUNBUFFERED=1
16
17
# Clone the repo and install Spack
18
-RUN git clone https://github.com/spack/spack.git && \
19
- git -C spack checkout -b docker-reference 734c5db2121b01c373eed6538e452f18887e9e44
+RUN mkdir spack && \
+ cd spack && \
20
+ git init . && \
21
+ git fetch --depth=1 https://github.com/spack/spack.git 734c5db2121b01c373eed6538e452f18887e9e44:docker-reference && \
22
+ git checkout docker-reference
23
24
# Set externals, locate compilers
25
RUN spack external find -j 1 --not-buildable bison cmake
0 commit comments