diff --git a/tests/install_test_deps.sh b/tests/install_test_deps.sh index c0876a331..17175417a 100755 --- a/tests/install_test_deps.sh +++ b/tests/install_test_deps.sh @@ -17,8 +17,9 @@ sudo apt-get install -y --force-yes \ rpm \ uuid-runtime \ yum-utils || \ - sudo yum -y install \ + sudo yum -y install --enablerepo=epel \ bzip2 \ + dpkg \ debootstrap \ docker \ kpartx \