Skip to content

Commit 96eb4c0

Browse files
authored
Merge pull request libgit2#105 from libgit2/ethomson/update_libgit2
RHEL: don't install cmake
2 parents 89fb927 + d181be3 commit 96eb4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rhel-x64

+1-1
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)