We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cf4f7 commit 01619f0Copy full SHA for 01619f0
Dockerfile.rhel-x64
@@ -2,6 +2,6 @@ FROM centos:7
2
WORKDIR /nativebinaries
3
COPY . /nativebinaries/
4
5
-RUN yum -y install gcc openssl cmake
+RUN yum -y install cmake gcc libcurl-devel make openssl-devel
6
7
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments