Skip to content

Commit 6f0ac37

Browse files
weltekialexellis
authored andcommitted
Add bridge-utils to RHEL packages
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 0defc22 commit 6f0ac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install-edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_required_packages() {
3838
apt-get update -yq
3939
apt-get install -yq curl runc bridge-utils iptables iptables-persistent
4040
elif $(has_dnf); then
41-
dnf install -y curl runc iptables-services which
41+
dnf install -y curl runc iptables-services bridge-utils which
4242
elif $(has_pacman); then
4343
pacman -Syy
4444
pacman -Sy curl runc bridge-utils

0 commit comments

Comments
 (0)