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

Fix Dockerfile

Push graphviz down to next line
parent 9d0f8ec1
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,8 +4,8 @@ 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 wget mpi-default-dev liblapack-dev \
ninja-build doxygen sphinx-doc graphviz
RUN apt-get install -y python3 python3-pip
ninja-build doxygen sphinx-doc
RUN apt-get install -y python3 python3-pip graphviz
RUN pip3 install doxysphinx sphinx-rtd-theme
ARG BOOST_VERSION=1.80.0
RUN cd /tmp && \
......
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