We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89fb927 + d181be3 commit 96eb4c0Copy full SHA for 96eb4c0
Dockerfile.rhel-x64
@@ -2,7 +2,7 @@ FROM centos:6
2
WORKDIR /nativebinaries
3
COPY . /nativebinaries/
4
5
-RUN yum -y install cmake gcc make openssl-devel
+RUN yum -y install gcc make openssl-devel
6
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
7
8
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments