From b65e6bdebb2b8de74004e2955f1832268ee1d7dd Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Tue, 1 Feb 2022 18:29:11 -0600 Subject: [PATCH] Add vault repos to centos 8 container --- .github/workflows/python_tests_linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python_tests_linux.yml b/.github/workflows/python_tests_linux.yml index b8d0e3e2..be391674 100644 --- a/.github/workflows/python_tests_linux.yml +++ b/.github/workflows/python_tests_linux.yml @@ -130,6 +130,7 @@ jobs: - cfg: { os: centos, tag: latest } pkg_mgr: dnf conf_pkg: > + sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* dnf -y install epel-release && dnf -y update && dnf install -y 'dnf-command(config-manager)' &&