Skip to content
Snippets Groups Projects
Commit 8963fb4f authored by Elisa Rebolini's avatar Elisa Rebolini
Browse files

update docker setup for new docker version cmake

parent 0528d5a6
Branches runner_test
No related tags found
No related merge requests found
Pipeline #20802 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment