Skip to content

Commit c83ef53

Browse files
committed
[docker] Ubuntu: Use CMake from standard repo instead of Kitware's
Kitware provides the latest version of CMake (4.0.2) instead of a 3.2x, which causes many dependencies to break as their requirements on the CMake version is too low and not supported anymore.
1 parent 07e4add commit c83ef53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile_ubuntu_deps

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ RUN . ./etc/os-release && \
2626
ca-certificates \
2727
wget \
2828
software-properties-common && \
29-
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc | gpg --dearmor - > /etc/apt/trusted.gpg.d/kitware.gpg && \
30-
apt-add-repository "deb https://apt.kitware.com/ubuntu/ $UBUNTU_CODENAME main" && \
31-
apt-get clean && \
32-
apt-get update && \
3329
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
3430
build-essential \
3531
git \

0 commit comments

Comments
 (0)