Ensure we have iptables installed

Fixes #122
This commit is contained in:
Johannes Zellner
2016-12-02 17:13:42 +01:00
parent ebd9249f87
commit 0baf092ba4

View File

@@ -29,7 +29,7 @@ export DEBIAN_FRONTEND=noninteractive
echo "=== Upgrade ==="
apt-get -o Dpkg::Options::="--force-confdef" update -y
apt-get -o Dpkg::Options::="--force-confdef" dist-upgrade -y
apt-get install -y curl
apt-get install -y curl iptables
# Setup firewall before everything. docker creates it's own chain and the -X below will remove it
# Do NOT use iptables-persistent because it's startup ordering conflicts with docker