Change Vagrantfile to use a currently-existing Ubuntu Linux image (#336)
This commit is contained in:
parent
d9fdc0f446
commit
05174e8a95
2
vm/Vagrantfile
vendored
2
vm/Vagrantfile
vendored
@ -2,7 +2,7 @@
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "lasp/ubuntu16.04-desktop"
|
||||
config.vm.box = "bento/ubuntu-16.04"
|
||||
config.vm.define "p4-tutorial" do |tutorial|
|
||||
end
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
|
Loading…
x
Reference in New Issue
Block a user