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 df26918 commit c3cf4f7Copy full SHA for c3cf4f7
Dockerfile.debian.9-x64
@@ -2,6 +2,6 @@ FROM debian:9
2
WORKDIR /nativebinaries
3
COPY . /nativebinaries/
4
5
-# RUN yum -y install gcc openssl cmake
+RUN apt update && apt -y install cmake gcc libcurl4-openssl-dev libssl-dev pkg-config zlib1g-dev
6
7
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments