mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
parent
f326b1fa5e
commit
4d3787afd7
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
|
@ -7,10 +7,10 @@ Vagrant.configure(2) do |config|
|
|||
inline: <<-SHELL
|
||||
sudo apt-add-repository ppa:brightbox/ruby-ng
|
||||
sudo apt-get update
|
||||
sudo apt-get install -yq ruby2.2 ruby2.2-dev
|
||||
sudo apt-get install -yq ruby2.4 ruby2.4-dev
|
||||
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev
|
||||
sudo apt-get autoremove -yq
|
||||
gem2.2 install --no-ri --no-rdoc bundler
|
||||
gem2.4 install --no-ri --no-rdoc bundler
|
||||
SHELL
|
||||
|
||||
# add the local user git config to the vm
|
||||
|
|
|
|||
Loading…
Reference in a new issue