Skip to content

Commit 9542ff0

Browse files
author
Joost van Griethuysen
committed
BUG: Update CMAKE repository URL
git://cmake.org/cmake.git is unreachable. Get the repository from https://gitlab.kitware.com/cmake/cmake.git.
1 parent 7639a16 commit 9542ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/cli/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN wget --no-check-certificate https://www.kernel.org/pub/software/scm/git/git-
5252

5353
# Build and install CMake from source.
5454
WORKDIR /usr/src
55-
RUN git clone git://cmake.org/cmake.git CMake && \
55+
RUN git clone https://gitlab.kitware.com/cmake/cmake.git CMake && \
5656
cd CMake && \
5757
git checkout v3.7.2 && \
5858
mkdir /usr/src/CMake-build && \

0 commit comments

Comments
 (0)