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

Update Dockerfile

parent 70c41f5e
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!13Add CI System to Sassena and Modernize Build-System
......@@ -13,6 +13,6 @@ RUN cd /tmp && \
tar --bzip2 -xf boost_${BOOST_VERSION_MOD}.tar.bz2 && \
cd boost_${BOOST_VERSION_MOD} && \
./bootstrap.sh --prefix=/usr/local && \
echo "using mpi ;" >> project-config.jam
echo "using mpi ;" >> project-config.jam && \
./b2 install && \
rm -rf /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