mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Freshen up the vagrant box used; Add missing dependency from readme
This commit is contained in:
parent
e847f23339
commit
81eea8ca8c
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
|
@ -25,11 +25,11 @@ sudo chown -R vagrant:vagrant $SRCROOT
|
|||
sudo chown -R vagrant:vagrant /opt/gopath
|
||||
|
||||
# Install some other stuff we need
|
||||
sudo apt-get install -y curl git-core zip
|
||||
sudo apt-get install -y curl git bzr zip
|
||||
SCRIPT
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "bento/ubuntu-12.04"
|
||||
config.vm.box = "bento/ubuntu-14.04"
|
||||
|
||||
config.vm.provision "shell", inline: $script
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue