Skip to content

Commit a3d54b4

Browse files
committed
PowerTools repo needs to be enabled for specific dependencies, e.g.:
* libedit-devel * libnice-devel
1 parent 5a106e0 commit a3d54b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

travis-ci/run_task_inside_docker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ case $OS in
2525
;;
2626
rockylinux8)
2727
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
2830
;;
2931
esac
3032

0 commit comments

Comments
 (0)