Skip to content

Commit

Permalink
Desperate attempt V 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 87e8b9f commit 2da146e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/build-ubi/install-paho-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ set -e

echo
echo -e "\e[1;32m Debian Builder: installing Paho MQTT C library \e[0m"
yum install -y graphviz
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/doxygen-1.8.5-4.el7.x86_64.rpm
yum install -y doxygen-1.8.5-4.el7.x86_64.rpm

Expand All @@ -48,4 +49,4 @@ make install > /tmp/paho-install 2&>1 || /bin/true #
echo -e "\e[1;32m Paho Installed ... \e[0m"
echo "============== PAHO INSTALLATION TRACES START ============================="
cat /tmp/paho-install
echo "============== PAHO INSTALLATION TRACES END ==============================="
echo "============== PAHO INSTALLATION TRACES END ==============================="

0 comments on commit 2da146e

Please sign in to comment.