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

Update Dockerfile

parent 2de5a3c1
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,5 +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
./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