Commit c17409dd authored by AdamSimpson's avatar AdamSimpson
Browse files

Add yum and rpm to builder image.

parent 6cb7487f
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ chmod 0440 /etc/sudoers.d/builder

apt-get -y update
apt-get -y install expect
apt-get -y install yum rpm

# Install Singularity
export VERSION=2.4
@@ -36,7 +37,7 @@ rm -rf /cmake-3.9.5-Linux-x86_64
cd /
wget https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.gz
tar xf boost_1_65_1.tar.gz
cd boost_1_65_1
cd boost_1_65_1git branch --set-upstream-to origin/master master
./bootstrap.sh --with-libraries=filesystem,regex,system,coroutine,serialization,log,thread
./b2 install || :
rm -rf /boost_1_65_1