Skip to content

Commit 6ae4df5

Browse files
authored
Re-adding building from source CMake 3 for Ubuntu 14 build of the NRP and the policy packages (#778)
1 parent da22a42 commit 6ae4df5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

devops/docker/ubuntu-14.04-amd64/Dockerfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
55
RUN apt-get -y update && apt-get -y install \
66
gcc \
77
git \
8-
cmake \
98
build-essential \
109
file
1110

12-
WORKDIR /git
11+
WORKDIR /git
12+
13+
# CMake
14+
RUN git clone https://github.com/Kitware/CMake --recursive -b v3.21.7
15+
RUN cd CMake && ./bootstrap -- -DCMAKE_USE_OPENSSL=OFF && make -j$(nproc) && make install && hash -r && rm -rf /git/CMake

0 commit comments

Comments
 (0)