From 160e62663f9422802a6013a6ae1752250307e196 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 17 Feb 2022 10:12:29 +0100 Subject: [PATCH] centos8: enable only needed repo Signed-off-by: Giuseppe Scrivano --- tests/centos8-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/centos8-build/Dockerfile b/tests/centos8-build/Dockerfile index 3710614cc9..d86fd806bc 100644 --- a/tests/centos8-build/Dockerfile +++ b/tests/centos8-build/Dockerfile @@ -1,6 +1,6 @@ FROM quay.io/centos/centos:stream8 -RUN yum --enablerepo='*' --disablerepo='media-*' install -y make automake autoconf gettext \ +RUN yum --enablerepo='powertools' install -y make automake autoconf gettext \ criu-devel libtool gcc libcap-devel systemd-devel yajl-devel \ libseccomp-devel python36 libtool git