Add bridge-utils to RHEL packages

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
This commit is contained in:
Han Verstraete (OpenFaaS Ltd) 2025-05-20 14:16:41 +02:00 committed by Alex Ellis
parent 0defc22a3f
commit 6f0ac37e3c

View File

@ -38,7 +38,7 @@ install_required_packages() {
apt-get update -yq
apt-get install -yq curl runc bridge-utils iptables iptables-persistent
elif $(has_dnf); then
dnf install -y curl runc iptables-services which
dnf install -y curl runc iptables-services bridge-utils which
elif $(has_pacman); then
pacman -Syy
pacman -Sy curl runc bridge-utils