Skip to content

Commit

Permalink
use different base box and install more yum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jronallo committed Nov 6, 2015
1 parent 121ff0d commit b8ae745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Vagrant.configure(2) do |config|

# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "centos/7"
config.vm.box = "bento/centos-7.1"
config.vm.synced_folder ".", "/home/vagrant/sync", type: 'virtualbox'


# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
Expand Down
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
sudo yum install -y curl vim git java-1.7.0-openjdk-devel epel-release nodejs
sudo yum install -y curl vim git java-1.7.0-openjdk-devel epel-release nodejs yum-utils gcc bzip2 kernel-devel dkms

su - vagrant -c 'gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3'
su - vagrant -c 'curl -sSL https://get.rvm.io | bash -s stable'
Expand Down

0 comments on commit b8ae745

Please sign in to comment.