From 6f0ac37e3c3a3623810fb9161e6bde8c5cb2c42b Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Tue, 20 May 2025 14:16:41 +0200 Subject: [PATCH] Add bridge-utils to RHEL packages Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- hack/install-edge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install-edge.sh b/hack/install-edge.sh index 27c8c15..5475f9b 100644 --- a/hack/install-edge.sh +++ b/hack/install-edge.sh @@ -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