From af50e1680976f84726688a7bcc6973253910be03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 28 Jan 2018 17:06:30 +0100 Subject: [PATCH] Uses a minimal Ubuntu 17.10 server. --- Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index a8089f2..7cb56d2 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -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