Browse Source

[build] Update to a Vagrant box that actually works.

pull/940/head
Joao Matos 8 years ago
parent
commit
460e98bd93
  1. 2
      build/scripts/Vagrantfile

2
build/scripts/Vagrantfile vendored

@ -10,7 +10,7 @@ Vagrant.configure(2) do |config| @@ -10,7 +10,7 @@ Vagrant.configure(2) do |config|
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
config.vm.box = "ubuntu/xenial64"
config.vm.box = "geerlingguy/ubuntu1604"
#load external box config
config.vm.provider "virtualbox" do |vb|

Loading…
Cancel
Save