Revert to using ubuntu/xenial64 with virtualbox

The generic/ubuntu1604 box doesn't support the vbox extensions.
This commit is contained in:
Tom Hughes 2018-06-01 18:26:21 +01:00
parent 2f342ba8e8
commit b6c36c8545

2
Vagrantfile vendored
View file

@ -4,7 +4,7 @@
Vagrant.configure("2") do |config|
# use official ubuntu image for virtualbox
config.vm.provider "virtualbox" do |vb, override|
override.vm.box = "generic/ubuntu1604"
override.vm.box = "ubuntu/xenial64"
override.vm.synced_folder ".", "/srv/openstreetmap-website"
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--cpus", "2"]