Add working debian jessie distribution
This commit is contained in:
parent
e13b3249f9
commit
28957a7954
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
config.vm.box = "thoughtbot/debian-jessie-64"
|
||||
config.vm.box = "deb/jessie-amd64"
|
||||
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.customize ["modifyvm", :id, "--memory", 2048]
|
||||
|
Loading…
x
Reference in New Issue
Block a user