Skip to content

Commit

Permalink
Re-adding building from source CMake 3 for Ubuntu 14 build of the NRP…
Browse files Browse the repository at this point in the history
… and the policy packages (#778)
  • Loading branch information
MariusNi authored Oct 24, 2024
1 parent da22a42 commit 6ae4df5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions devops/docker/ubuntu-14.04-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update && apt-get -y install \
gcc \
git \
cmake \
build-essential \
file

WORKDIR /git
WORKDIR /git

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

0 comments on commit 6ae4df5

Please sign in to comment.