mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-11 09:26:47 +00:00
Add bridge-utils to RHEL packages
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
This commit is contained in:
parent
0defc22a3f
commit
6f0ac37e3c
@ -38,7 +38,7 @@ install_required_packages() {
|
|||||||
apt-get update -yq
|
apt-get update -yq
|
||||||
apt-get install -yq curl runc bridge-utils iptables iptables-persistent
|
apt-get install -yq curl runc bridge-utils iptables iptables-persistent
|
||||||
elif $(has_dnf); then
|
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
|
elif $(has_pacman); then
|
||||||
pacman -Syy
|
pacman -Syy
|
||||||
pacman -Sy curl runc bridge-utils
|
pacman -Sy curl runc bridge-utils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user