f226d6
From cc4e8d16b743b8b720b502174df7c934a2d5c5dc Mon Sep 17 00:00:00 2001
f226d6
From: Frantisek Sumsal <frantisek@sumsal.cz>
f226d6
Date: Tue, 9 Nov 2021 16:40:17 +0100
f226d6
Subject: [PATCH] ci: drop `epel-release`
f226d6
f226d6
since it's not available (yet) for C9S.
f226d6
f226d6
rhel-only
f226d6
---
f226d6
 test/container/Dockerfile-CentOS-9-Stream | 3 +--
f226d6
 1 file changed, 1 insertion(+), 2 deletions(-)
f226d6
f226d6
diff --git a/test/container/Dockerfile-CentOS-9-Stream b/test/container/Dockerfile-CentOS-9-Stream
f226d6
index da94f134..3f643e88 100644
f226d6
--- a/test/container/Dockerfile-CentOS-9-Stream
f226d6
+++ b/test/container/Dockerfile-CentOS-9-Stream
f226d6
@@ -8,8 +8,7 @@ LABEL RUN="docker run -it --name NAME --privileged --ipc=host --net=host --pid=h
f226d6
 RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' > /etc/profile.d/dracut-test.sh
f226d6
 
f226d6
 # Install needed packages for the dracut CI container
f226d6
-RUN dnf -y install epel-release && \
f226d6
-    dnf -y install --enablerepo powertools --enablerepo epel --setopt=install_weak_deps=False \
f226d6
+RUN dnf -y install --enablerepo powertools --setopt=install_weak_deps=False \
f226d6
     qemu-kvm \
f226d6
     NetworkManager \
f226d6
     asciidoc \
f226d6