mirror of
https://github.com/danbulant/api_docs
synced 2026-06-18 05:41:18 +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",
|
type: "shell",
|
||||||
inline: <<-SHELL
|
inline: <<-SHELL
|
||||||
sudo apt-get update
|
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
|
sudo apt-get autoremove -yq
|
||||||
gem install --no-ri --no-rdoc bundler
|
gem install --no-ri --no-rdoc bundler
|
||||||
SHELL
|
SHELL
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue