Skip to content

Commit 4086f7c

Browse files
committed
Enable CRB repo on Alma 9
1 parent 348f405 commit 4086f7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

slc9-builder/provision.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ wipednf () {
1515
wipednf
1616

1717
dnf install -y epel-release dnf-plugins-core
18+
19+
# Formerly "powertools"; contains some dev tools we need.
20+
# See also: https://wiki.almalinux.org/repos/AlmaLinux.html
21+
dnf config-manager --set-enabled crb
22+
1823
dnf update -y
1924
dnf groups install -y 'Development Tools'
2025
# python3-{pip,setuptools} and s3cmd needed for Jenkins builds.

0 commit comments

Comments
 (0)