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:
Michael Gugino 2016-06-02 16:30:41 -04:00
parent c1fe6c0251
commit e00c385f7d

View File

@ -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