centos8-repo-install-test: Upstream requires 'powertools' not 'PowerTools'

I just confirmed: With a centos:centos8 base image of a few weeks ago,
"PowerTools" works. With the current docker base image for
centos:centos8, only lowercase "powertools" works, uppercase is no
longer accepted.

https://access.redhat.com/discussions/5417621
https://www.reddit.com/r/CentOS/comments/jd7x3d/how_to_enable_powertools_in_centos_stream/
https://git.centos.org/rpms/centos-repos/blob/c8/f/SOURCES/CentOS-Stream-PowerTools.repo#_11

Change-Id: I0db6c82576c5aae94531b7ec2fd98429cab702de
Closes: SYS#5244
This commit is contained in:
Harald Welte 2020-12-09 17:08:07 +01:00
parent d3dacd4ad4
commit 120f786a54
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ RUN dnf install -y \
dnf-utils
# Make additional development libraries available
RUN yum config-manager --set-enabled PowerTools
RUN yum config-manager --set-enabled powertools