Fix CentOS 8 CI Dockerfile

The "PowerTools" repoid changed to "powertools":
https://bugs.centos.org/view.php?id=17920
This commit is contained in:
Jon Siwek 2021-02-12 13:57:37 -08:00
parent a636f8edbd
commit f420cc2544
3 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,11 @@
4.1.0-dev.225 | 2021-02-12 14:40:14 -0800
* Fix CentOS 8 CI Dockerfile (Jon Siwek, Corelight)
The "PowerTools" repoid changed to "powertools":
https://bugs.centos.org/view.php?id=17920
4.1.0-dev.224 | 2021-02-12 11:18:32 -0800
* GH-1398: Fix buffer overread in ascii formatter (Johanna Amann, Corelight)

View file

@ -1 +1 @@
4.1.0-dev.224
4.1.0-dev.225

View file

@ -3,7 +3,7 @@ FROM centos:8
RUN dnf -y install epel-release dnf-plugins-core \
&& dnf clean all && rm -rf /var/cache/dnf
RUN dnf config-manager --set-enabled PowerTools
RUN dnf config-manager --set-enabled powertools
RUN dnf -y update && dnf -y install \
git \