Skip to content

Commit

Permalink
Added some more deps into the vagrant box
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Dec 17, 2015
1 parent fa65540 commit 24521e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
# Setup go, for development of Nomad
SRCROOT="/opt/go"
Expand Down

0 comments on commit 24521e5

Please sign in to comment.