Skip to content

Commit

Permalink
Re-adding building from source CMake 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusNi committed Oct 24, 2024
1 parent da22a42 commit 84abdb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion devops/docker/ubuntu-14.04-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ RUN apt-get -y update && apt-get -y install \
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 84abdb5

Please sign in to comment.