diff --git a/docker/build-ubi/install-boost-ops-dependencies.sh b/docker/build-ubi/install-boost-ops-dependencies.sh index 1d887ed2a9..cab4ff3909 100755 --- a/docker/build-ubi/install-boost-ops-dependencies.sh +++ b/docker/build-ubi/install-boost-ops-dependencies.sh @@ -29,9 +29,9 @@ OPS_DEPS_CORE=( 'ca-certificates' \ ) -yum install -y http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-5.noarch.rpm - -yum install -y boost-devel +#yum install -y http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-5.noarch.rpm +#yum install -y boost-devel +yum -y install https://rpm.pbone.net/info_idpl_80709566_distro_centosother_com_boost-devel-1.66.0-13.el8.x86_64.rpm yum install -y ${TO_INSTALL[@]} diff --git a/docker/build-ubi/install-mongo-driver.sh b/docker/build-ubi/install-mongo-driver.sh index 2c429a4c94..7d945f4095 100755 --- a/docker/build-ubi/install-mongo-driver.sh +++ b/docker/build-ubi/install-mongo-driver.sh @@ -23,9 +23,10 @@ set -e #yum -y install http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-5.el8.noarch.rpm -dnf -y install http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-5.el8.noarch.rpm +#dnf -y install http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-5.el8.noarch.rpm -yum -y install boost-devel scons +yum -y install https://rpm.pbone.net/info_idpl_80709566_distro_centosother_com_boost-devel-1.66.0-13.el8.x86_64.rpm +yum -y install scons echo -e "\e[1;32m Builder: installing mongo cxx driver \e[0m" git clone https://github.com/FIWARE-Ops/mongo-cxx-driver ${ROOT_FOLDER}/mongo-cxx-driver