We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a106e0 commit a3d54b4Copy full SHA for a3d54b4
1 file changed
travis-ci/run_task_inside_docker.sh
@@ -25,6 +25,8 @@ case $OS in
25
;;
26
rockylinux8)
27
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
28
+ dnf -y install dnf-plugins-core
29
+ dnf config-manager --set-enabled powertools
30
31
esac
32
0 commit comments