]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/serverinfo/recipes/default.rb
Install gcc and make for building native gems
[chef.git] / cookbooks / serverinfo / recipes / default.rb
index 93de4bc2adc9bb2e01c240b361dd816712d4aef0..9a9e1b5a7c2d0d405675b0996e9b9c70bcc395af 100644 (file)
@@ -21,6 +21,9 @@ include_recipe "apache"
 include_recipe "git"
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
   libssl-dev