]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blogs/recipes/default.rb
Make sure g++ is installed for the blogs cookbook
[chef.git] / cookbooks / blogs / recipes / default.rb
index abc728bf70e5c1bced9515ae0a8dc2fe8f3fe4fa..c8c96788c8231ab1c827422fdd299d62e38075df 100644 (file)
@@ -25,6 +25,7 @@ package %w[
   ruby-dev
   make
   gcc
+  g++
   libsqlite3-dev
 ]