Update Vagrantfile

This commit is contained in:
jprdonnelly
2018-11-06 16:13:20 -05:00
committed by GitHub
parent 7487610c79
commit 0c43beea25

2
Vagrantfile vendored
View File

@@ -42,7 +42,7 @@ servers = [
$configureBox = <<-SCRIPT $configureBox = <<-SCRIPT
apt-get update 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 - 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" 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 apt-get update && apt-get install -y docker-ce