mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix CentOS 8 CI Dockerfile
The "PowerTools" repoid changed to "powertools": https://bugs.centos.org/view.php?id=17920
This commit is contained in:
parent
a636f8edbd
commit
f420cc2544
3 changed files with 9 additions and 2 deletions
7
CHANGES
7
CHANGES
|
@ -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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.0-dev.224
|
||||
4.1.0-dev.225
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue