aboutsummaryrefslogtreecommitdiffstats
path: root/centos8-build
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-09 11:03:59 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-09 11:05:27 +0100
commitec62979d51a9b7ab3cc287b5e078d84ee874f66f (patch)
tree5ff188fb396b00223a194ee263eb1ee5082076c7 /centos8-build
parent5e299ecfea3648009c25fce2e9b2999f5b042ff8 (diff)
centos8-build: 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: I518d5523688a7439f76684ee38bf743a4e78c9fd Closes: SYS#5244
Diffstat (limited to 'centos8-build')
-rw-r--r--centos8-build/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/centos8-build/Dockerfile b/centos8-build/Dockerfile
index e71e03c..9a21bbc 100644
--- a/centos8-build/Dockerfile
+++ b/centos8-build/Dockerfile
@@ -7,7 +7,7 @@ RUN echo "metadata_expire=60" >> /etc/dnf/dnf.conf && cat /etc/dnf/dnf.conf
# Make additional development libraries available from PowerTools and Osmocom nightly (e.g. libdbi)
RUN dnf install -y dnf-utils wget && \
- yum config-manager --set-enabled PowerTools && \
+ yum config-manager --set-enabled powertools && \
cd /etc/yum.repos.d/ && \
wget https://download.opensuse.org/repositories/network:osmocom:nightly/CentOS_8_Stream/network:osmocom:nightly.repo