Fix missing iptables in containers
On Ubuntu 16.04, iptables is not installed by default. This patch ensures lxc hosts and containers have iptables installed. Change-Id: I31d367a840952c2e6a20730ce1ce1e049b44b419
This commit is contained in:
parent
c1fe6c0251
commit
e00c385f7d
@ -26,6 +26,7 @@ lxc_packages:
|
||||
- debootstrap
|
||||
- dnsmasq
|
||||
- git
|
||||
- iptables
|
||||
- irqbalance
|
||||
- language-pack-en
|
||||
- liblxc1
|
||||
@ -73,6 +74,7 @@ lxc_cache_install_debconf: '-o Dpkg::Options::="--force-confdef" -o Dpkg::Option
|
||||
lxc_cache_packages:
|
||||
- apt-transport-https
|
||||
- ca-certificates
|
||||
- iptables
|
||||
- openssh-server
|
||||
- python2.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user