From 0f2eb424bb6d53f2c6619f70535706e649f7c9a9 Mon Sep 17 00:00:00 2001 From: David Steele Date: Sat, 2 Jul 2016 08:59:11 -0400 Subject: [PATCH] Fix for container build in Vagrantfile. --- test/Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Vagrantfile b/test/Vagrantfile index 3b0a4b7cd..811a70709 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -54,7 +54,8 @@ Vagrant.configure(2) do |config| usermod -a -G vagrant vagrant # Build VM images - sudo su - vagrant -c '/backrest/test/test.pl --vm-build --vm-force' + rm -f /backrest/test/.vagrant/docker/* + sudo su - vagrant -c '/backrest/test/test.pl --vm-build' SHELL # Don't share the default vagrant folder