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 01619f0 commit bfc8495Copy full SHA for bfc8495
Dockerfile.fedora-x64
@@ -2,6 +2,6 @@ FROM fedora:26
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