Skip to content

Commit

Permalink
Desperate attempt VI to fix boost installation for the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Feb 26, 2024
1 parent 2da146e commit e9c638c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/build-ubi/install-boost-ops-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}
Expand Down
5 changes: 3 additions & 2 deletions docker/build-ubi/install-mongo-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9c638c

Please sign in to comment.