mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-13 02:16:48 +00:00
Add iptables-persistent for openfaas-edge on Debian-like OSes
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
e2758be25e
commit
51f3f87ba1
@ -27,7 +27,7 @@ install_required_packages() {
|
|||||||
# other distros. Hence, adding only to this block.
|
# other distros. Hence, adding only to this block.
|
||||||
# reference: https://github.com/openfaas/faasd/pull/237
|
# reference: https://github.com/openfaas/faasd/pull/237
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y curl runc bridge-utils iptables
|
apt-get install -y curl runc bridge-utils iptables iptables-persistent
|
||||||
elif $(has_yum); then
|
elif $(has_yum); then
|
||||||
yum check-update -y
|
yum check-update -y
|
||||||
yum install -y curl runc iptables-services which
|
yum install -y curl runc iptables-services which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user