Skip to content

Commit 72c33cc

Browse files
committed
linux-x64: use a newer cmake
libgit2 now requires a cmake from within the most recent half decade. Use a newer version during the build.
1 parent 14c033f commit 72c33cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.linux-x64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM ubuntu:14.04
22
WORKDIR /nativebinaries
33
COPY . /nativebinaries/
44

5+
RUN apt update && apt -y install software-properties-common
6+
RUN add-apt-repository ppa:george-edison55/cmake-3.x
57
RUN apt update && apt -y install cmake libssl-dev pkg-config
68

79
CMD ["/bin/bash", "-c", "./build.libgit2.sh"]

0 commit comments

Comments
 (0)