Skip to content

Commit

Permalink
Tried to make vagrant box build faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Jun 28, 2016
1 parent e455348 commit 65531b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "boxcutter/ubuntu1404"
config.vm.synced_folder "~/.identity", "/home/vagrant/.identity", create: true
config.vm.synced_folder "~/.gnupg", "/home/vagrant/.gnupg", create: true
config.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end
config.vm.provision "shell", path: "https://s3-us-west-1.amazonaws.com/raptr-us-west-1/bootstrap"

# box-specific
Expand Down

0 comments on commit 65531b5

Please sign in to comment.