From 69b309685c7d32c6628eb501afc3de429bd76ac2 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Sun, 11 Sep 2016 23:24:39 -0700 Subject: [PATCH] Adding lxc dependencies in Vagrant --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 36853892b..6351808a8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ GO_VERSION="1.7.1" # Install Prereq Packages sudo apt-get update -sudo apt-get install -y build-essential curl git-core mercurial bzr libpcre3-dev pkg-config zip default-jre qemu libc6-dev-i386 silversearcher-ag jq htop vim unzip +sudo apt-get install -y build-essential curl git-core mercurial bzr libpcre3-dev pkg-config zip default-jre qemu libc6-dev-i386 silversearcher-ag jq htop vim unzip liblxc1 lxc-dev # Setup go, for development of Nomad SRCROOT="/opt/go"