Uses a minimal Ubuntu 17.10 server.

pull/8/head
Cédric Bonhomme 2018-01-28 17:06:30 +01:00
parent 3f02814622
commit af50e16809
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 2 additions and 1 deletions

3
Vagrantfile vendored
View File

@ -12,7 +12,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu/artful64"
#config.vm.box = "ubuntu/artful64"
config.vm.box = "fso/artful64"
config.vm.provision :shell, path: "bootstrap.sh", args: "#{MISP_ENV}"
# Disable automatic box update checking. If you disable this, then