From: Mark Hansen Date: Sun, 14 Feb 2021 04:35:38 +0000 (+1100) Subject: Attempt fixing CentOS8 Dockerfile X-Git-Tag: 2.47.0~82^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a83811d9625077756d4af460271a72d65a8983b6;p=graphviz Attempt fixing CentOS8 Dockerfile Apparently this is now powertools, lowercase: https://serverfault.com/questions/997896/how-to-enable-powertools-repository-in-centos-8 Towards #1945 --- diff --git a/ci/centos8/Dockerfile b/ci/centos8/Dockerfile index 54a84e1c3..8f7d6dfa5 100644 --- a/ci/centos8/Dockerfile +++ b/ci/centos8/Dockerfile @@ -3,7 +3,7 @@ FROM centos:8 # Development tools RUN yum -y groupinstall 'Development Tools' -RUN dnf config-manager --set-enabled PowerTools +RUN dnf config-manager --set-enabled powertools # Centos build utilities RUN yum -y install \