mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
Install nodejs in Vagrantfile (#1202)
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
committed by
Matthew Peveler
parent
a4854b03a4
commit
375af3c6cc
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -8,6 +8,9 @@ Vagrant.configure(2) do |config|
|
||||
config.vm.provision "bootstrap",
|
||||
type: "shell",
|
||||
inline: <<-SHELL
|
||||
# add nodejs v12 repository
|
||||
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -yq ruby ruby-dev
|
||||
sudo apt-get install -yq pkg-config build-essential nodejs git libxml2-dev libxslt-dev
|
||||
|
||||
Reference in New Issue
Block a user