We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7639a16 commit 9542ff0Copy full SHA for 9542ff0
docker/cli/Dockerfile
@@ -52,7 +52,7 @@ RUN wget --no-check-certificate https://www.kernel.org/pub/software/scm/git/git-
52
53
# Build and install CMake from source.
54
WORKDIR /usr/src
55
-RUN git clone git://cmake.org/cmake.git CMake && \
+RUN git clone https://gitlab.kitware.com/cmake/cmake.git CMake && \
56
cd CMake && \
57
git checkout v3.7.2 && \
58
mkdir /usr/src/CMake-build && \
0 commit comments