Skip to content

Commit 229022b

Browse files
committed
Fixed the interactive install issues with the vagrant provison step
1 parent ef3da01 commit 229022b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

4-overlay-network/Vagrantfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
$script = <<SCRIPT
55
echo "cd /vagrant" >> /home/vagrant/.bashrc
6+
export DEBIAN_FRONTEND=noninteractive
67
dpkg -i --force-all /vagrant/pkg/socat_1.7.3.1-1_amd64.deb
78
dpkg -i --force-all /vagrant/pkg/geoip-database-extra_20160408-1_all.deb
89
dpkg -i --force-all /vagrant/pkg/javascript-common_11_all.deb
@@ -22,8 +23,6 @@ dpkg -i --force-all /vagrant/pkg/libwireshark-data_2.2.6+g32dac6a-2ubuntu0.16.04
2223
dpkg -i --force-all /vagrant/pkg/libwireshark8_2.2.6+g32dac6a-2ubuntu0.16.04_amd64.deb
2324
dpkg -i --force-all /vagrant/pkg/wireshark-common_2.2.6+g32dac6a-2ubuntu0.16.04_amd64.deb
2425
dpkg -i --force-all /vagrant/pkg/tshark_2.2.6+g32dac6a-2ubuntu0.16.04_amd64.deb
25-
# To work around a VirtualBox bug causing the networking to be broken when the VM starts.
26-
systemctl restart networking
2726
SCRIPT
2827

2928
Vagrant.configure(2) do |config|

0 commit comments

Comments
 (0)