Added unzip to the image

This commit is contained in:
Diptanu Choudhury 2015-12-17 16:45:17 -08:00
parent aec9c44c09
commit d4129b9884
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -7,7 +7,7 @@ VAGRANTFILE_API_VERSION = "2"
$script = <<SCRIPT
# 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
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
# Setup go, for development of Nomad
SRCROOT="/opt/go"