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

Update Dockerfile

Include sphinx-related binaries in the docker file for CI.
parent 54d9b842
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!13Add CI System to Sassena and Modernize Build-System
......@@ -5,7 +5,8 @@ LABEL NAME="sassena-ci" \
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
RUN apt-get install -y python3 python3-pip
RUN pip3 install doxysphinx sphinx-rtd-theme
ARG BOOST_VERSION=1.80.0
RUN cd /tmp && \
BOOST_VERSION_MOD=$(echo $BOOST_VERSION | tr . _) && \
......
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