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 14c033f commit 72c33ccCopy full SHA for 72c33cc
Dockerfile.linux-x64
@@ -2,6 +2,8 @@ FROM ubuntu:14.04
2
WORKDIR /nativebinaries
3
COPY . /nativebinaries/
4
5
+RUN apt update && apt -y install software-properties-common
6
+RUN add-apt-repository ppa:george-edison55/cmake-3.x
7
RUN apt update && apt -y install cmake libssl-dev pkg-config
8
9
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]
0 commit comments