This commit is contained in:
2026-05-06 11:38:26 +03:00
parent 73b5e6c695
commit e614572c4f
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y subversion git zip unzip wget curl htop
&& rm -rf /var/cache/apt/archives/*
# last cmake from sources, into /opt
ENV CUR_CMAKE_VERSION=3.20.0
ENV CUR_CMAKE_VERSION=4.3.2
WORKDIR /soft
RUN wget -nv https://github.com/Kitware/CMake/releases/download/v${CUR_CMAKE_VERSION}/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh \
&& mkdir -p /opt/cmake \