25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
From 33170038ddc5affa14e9464337983cfad033b8a4 Mon Sep 17 00:00:00 2001
|
|
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
|
Date: Tue, 9 Nov 2021 16:46:31 +0100
|
|
Subject: [PATCH] ci: the PowerTools repo was renamed back to CRB in C9S
|
|
|
|
rhel-only
|
|
---
|
|
test/container/Dockerfile-CentOS-9-Stream | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/container/Dockerfile-CentOS-9-Stream b/test/container/Dockerfile-CentOS-9-Stream
|
|
index 3f643e88..9d0e81e3 100644
|
|
--- a/test/container/Dockerfile-CentOS-9-Stream
|
|
+++ b/test/container/Dockerfile-CentOS-9-Stream
|
|
@@ -8,7 +8,7 @@ LABEL RUN="docker run -it --name NAME --privileged --ipc=host --net=host --pid=h
|
|
RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)' > /etc/profile.d/dracut-test.sh
|
|
|
|
# Install needed packages for the dracut CI container
|
|
-RUN dnf -y install --enablerepo powertools --setopt=install_weak_deps=False \
|
|
+RUN dnf -y install --enablerepo crb --setopt=install_weak_deps=False \
|
|
qemu-kvm \
|
|
NetworkManager \
|
|
asciidoc \
|
|
|