Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
Install zlib which is required by apt-spy2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbecker committed Feb 25, 2015
1 parent a16a614 commit 2de0067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: "apt-get -y install ruby1.9.3"
config.vm.provision "shell", inline: "apt-get -y install curl"
config.vm.provision "shell", inline: "apt-get -y install geoip-bin"
config.vm.provision "shell", inline: "apt-get -y install zlib1g-dev"
config.vm.provision "shell", inline: "gem install apt-spy2"

end

0 comments on commit 2de0067

Please sign in to comment.