Add -y flag to apt install

This commit is contained in:
Girish Ramakrishnan
2017-04-22 10:23:48 -07:00
parent 1cca0aee6e
commit 1e90ec95d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ if [[ $(docker version --format {{.Client.Version}}) != "17.03.1-ce" ]]; then
done
apt-get remove -y --allow-change-held-packages docker-engine || true
apt install /tmp/docker.deb
apt install -y /tmp/docker.deb
rm /tmp/docker.deb
fi