mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Update Vagrantfile
Need git for `rake publish`
This commit is contained in:
parent
4136f7b0f7
commit
ce2f2ae8de
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -9,7 +9,7 @@ Vagrant.configure(2) do |config|
|
|||
type: "shell",
|
||||
inline: <<-SHELL
|
||||
sudo apt-get update
|
||||
sudo apt-get install -yq ruby ruby-dev build-essential nodejs
|
||||
sudo apt-get install -yq ruby ruby-dev build-essential nodejs git
|
||||
sudo apt-get autoremove -yq
|
||||
gem install --no-ri --no-rdoc bundler
|
||||
SHELL
|
||||
|
|
|
|||
Loading…
Reference in a new issue