From 95284ab70c4bef6478035b50af8c3628a7636486 Mon Sep 17 00:00:00 2001 From: Tim Smyth Date: Tue, 5 Sep 2023 12:58:39 +0200 Subject: [PATCH] Retrieve old version --- docker/build-ubi/install-postgres-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build-ubi/install-postgres-client.sh b/docker/build-ubi/install-postgres-client.sh index 0380cd8243..d98d813eda 100755 --- a/docker/build-ubi/install-postgres-client.sh +++ b/docker/build-ubi/install-postgres-client.sh @@ -34,7 +34,7 @@ yum -y install https://rpmfind.net/linux/centos/8-stream/PowerTools/x86_64/os/Pa yum -y install https://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/blas-3.8.0-8.el8.x86_64.rpm yum -y install https://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/lapack-3.8.0-8.el8.x86_64.rpm #yum -y install https://rpmfind.net/linux/epel/8/Everything/x86_64/Packages/a/armadillo-10.8.2-1.el8.x86_64.rpm -yum -y install http://yum.stanford.edu/mrepo/epel-EL8-x86_64/RPMS.all/armadillo-9.700.2-1.el8.x86_64.rpm +yum -y install https://archives.fedoraproject.org/pub/archive/epel/8.1/Everything/x86_64/Packages/a/armadillo-9.700.2-1.el8.x86_64.rpm echo "Add repos" yum update -y --nogpgcheck