Skip to content
Snippets Groups Projects
Commit cee3d5e2 authored by Daniel Vonk's avatar Daniel Vonk Committed by Daniel Vonk
Browse files

Update Dockerfile

Include lapack in the container image
parent 23c63a2d
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!13Add CI System to Sassena and Modernize Build-System
......@@ -4,5 +4,5 @@ LABEL NAME="sassena-ci" \
DESCRIPTION="Sassena Continuous Integration Image"
RUN apt-get update -y
RUN apt-get install -y build-essential cmake zlib1g-dev libblas-dev libfftw3-dev libxml2-dev libhdf5-dev
RUN apt-get install -y libboost-all-dev mpi-default-dev
RUN apt-get install -y libboost-all-dev mpi-default-dev liblapack-dev
RUN apt-get install -y ninja-build doxygen sphinx-doc
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