mirror of
https://github.com/nasa/trick.git
synced 2025-02-07 11:20:24 +00:00
Add vault repos to centos 8 container
This commit is contained in:
parent
d6d7301d77
commit
b65e6bdebb
1
.github/workflows/python_tests_linux.yml
vendored
1
.github/workflows/python_tests_linux.yml
vendored
@ -130,6 +130,7 @@ jobs:
|
|||||||
- cfg: { os: centos, tag: latest }
|
- cfg: { os: centos, tag: latest }
|
||||||
pkg_mgr: dnf
|
pkg_mgr: dnf
|
||||||
conf_pkg: >
|
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 install epel-release &&
|
||||||
dnf -y update &&
|
dnf -y update &&
|
||||||
dnf install -y 'dnf-command(config-manager)' &&
|
dnf install -y 'dnf-command(config-manager)' &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user