vagrant: Avoid debconf prompts while provisioning

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
James Valleroy 2017-12-14 09:48:53 -05:00 committed by Joseph Nuthalapati
parent 3e5dcfcbf5
commit a2997a0c70
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

2
Vagrantfile vendored
View File

@ -23,7 +23,7 @@ Vagrant.configure(2) do |config|
cd /vagrant/
./setup.py install
apt update
apt install -y $(plinth --list-dependencies)
DEBIAN_FRONTEND=noninteractive apt install -y $(plinth --list-dependencies)
systemctl daemon-reload
systemctl restart plinth
SHELL