Skip to content
forked from alisw/docks

Commit

Permalink
Enable CRB repo on Alma 9
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Feb 16, 2024
1 parent 348f405 commit 4086f7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions slc9-builder/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ wipednf () {
wipednf

dnf install -y epel-release dnf-plugins-core

# Formerly "powertools"; contains some dev tools we need.
# See also: https://wiki.almalinux.org/repos/AlmaLinux.html
dnf config-manager --set-enabled crb

dnf update -y
dnf groups install -y 'Development Tools'
# python3-{pip,setuptools} and s3cmd needed for Jenkins builds.
Expand Down

0 comments on commit 4086f7c

Please sign in to comment.