зеркало из https://github.com/mozilla/labs-vcap.git
Add libpg-dev package to the ruby recipe so pg gem can be installed.
Fixes problem where gem complains that the pg_config isn't available. Change-Id: I1463e2139c4c79fdab8dcc4037bc1ae9386f204e
This commit is contained in:
Родитель
0160f644f2
Коммит
71b25effbf
|
@ -5,7 +5,7 @@ rubygems_version = node[:rubygems][:version]
|
|||
bundler_version = node[:rubygems][:bundler][:version]
|
||||
rake_version = node[:rubygems][:rake][:version]
|
||||
|
||||
%w[ build-essential libssl-dev zlib1g-dev libreadline5-dev libxml2-dev ].each do |pkg|
|
||||
%w[ build-essential libssl-dev zlib1g-dev libreadline5-dev libxml2-dev libpq-dev].each do |pkg|
|
||||
package pkg
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче