Use official vagrant jessie64

This commit is contained in:
Laurent Arnoud 2017-02-26 13:31:43 +01:00
parent 0ffb331976
commit 1447cf53bf
No known key found for this signature in database
GPG Key ID: A79DAB2374F95DD5

2
Vagrantfile vendored
View File

@ -4,7 +4,7 @@ Vagrant.configure("2") do |config|
v.cpus = 1 v.cpus = 1
end end
config.vm.box = "debian/contrib-jessie64" config.vm.box = "debian/jessie64"
config.vm.hostname = "exa" config.vm.hostname = "exa"
# Install the dependencies needed for exa to build. # Install the dependencies needed for exa to build.