diff --git a/Buildserver/Dockerfile_setup b/Buildserver/Dockerfile_setup index 2488a5080afe025556cd4ea624afe21a6b38c01f..573efbfcaab1f0725064dd1ace98bdca5801367a 100644 --- a/Buildserver/Dockerfile_setup +++ b/Buildserver/Dockerfile_setup @@ -2,9 +2,10 @@ FROM kitware/cmake:ci-debian12-x86_64-2024-03-04 RUN apt-get update && \ apt-get install -y wget \ - apt-utils \ - software-properties-common \ - apt-transport-https && \ + apt-utils \ + software-properties-common \ + apt-transport-https \ + cmake && \ apt-get update && apt-get install -y gfortran #Install Blas and Lapack @@ -15,4 +16,3 @@ RUN apt-get update && apt-get install -y libmpich-dev # Install also Python 3 RUN apt-get update && apt-get install -y python3 -RUN pip3 install cmake