We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d51151 commit 669206bCopy full SHA for 669206b
.ci/centos/Dockerfile.deps.tmpl
@@ -5,7 +5,11 @@ FROM __IMAGE__
5
MAINTAINER Stephen Gallagher <sgallagh@redhat.com>
6
7
RUN yum -y install epel-release \
8
-ifelse(eval(cosrelease >= 8), 1, `dnl
+ifelse(eval(cosrelease >= 9), 1, `dnl
9
+ && yum -y install dnf-plugins-core \
10
+ && yum config-manager --enable crb \
11
+')dnl
12
+ifelse(eval(cosrelease == 8), 1, `dnl
13
&& yum -y install dnf-plugins-core \
14
&& yum config-manager --enable powertools \
15
')dnl
0 commit comments