Skip to content

Commit d181be3

Browse files
committed
RHEL: don't install cmake
We update cmake ourselves, don't install the packaged version.
1 parent 89fb927 commit d181be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rhel-x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:6
22
WORKDIR /nativebinaries
33
COPY . /nativebinaries/
44

5-
RUN yum -y install cmake gcc make openssl-devel
5+
RUN yum -y install gcc make openssl-devel
66
RUN curl -L https://github.com/Kitware/CMake/releases/download/v3.15.4/cmake-3.15.4-Linux-x86_64.sh -o /tmp/cmake.sh && bash /tmp/cmake.sh --skip-license --prefix=/usr/local
77

88
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]

0 commit comments

Comments
 (0)