]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Install gcc and make for building native gems
[chef.git] / cookbooks / foundation / recipes / owg.rb
index d65d75aadfd905e3d18092a68c396f7bb5646082..dc1f359eb749457fd30acb4332cf66a71be727a8 100644 (file)
@@ -21,9 +21,14 @@ include_recipe "apache"
 include_recipe "git"
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
+  libssl-dev
   zlib1g-dev
+  pkg-config
 ]
 
 gem_package "bundler" do