diff --git a/Vagrantfile b/Vagrantfile index 85a02b5..262b705 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -42,7 +42,7 @@ servers = [ $configureBox = <<-SCRIPT apt-get update - apt-get install -y apt-transport-https ca-certificates curl software-properties-common + apt-get install -y apt-transport-https ca-certificates curl software-properties-common nfs-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - add-apt-repository "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $(lsb_release -cs) stable" apt-get update && apt-get install -y docker-ce