Choose default confs

Fixes #92
This commit is contained in:
Girish Ramakrishnan
2016-11-08 15:35:51 +05:30
parent c9e7308f49
commit cde7599f87
+2 -2
View File
@@ -27,8 +27,8 @@ fi
export DEBIAN_FRONTEND=noninteractive
echo "=== Upgrade ==="
apt-get update -y
apt-get dist-upgrade -y
apt-get -o Dpkg::Options::="--force-confdef" update -y
apt-get -o Dpkg::Options::="--force-confdef" dist-upgrade -y
apt-get install -y curl
# Setup firewall before everything. docker creates it's own chain and the -X below will remove it