From a1157d4a4d8091cef60c4b79a25cbc2ffa9427f9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 10 Feb 2020 21:34:30 +0000 Subject: [PATCH] Make sure g++ is installed for the blogs cookbook --- cookbooks/blogs/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/blogs/recipes/default.rb b/cookbooks/blogs/recipes/default.rb index abc728bf7..c8c96788c 100644 --- a/cookbooks/blogs/recipes/default.rb +++ b/cookbooks/blogs/recipes/default.rb @@ -25,6 +25,7 @@ package %w[ ruby-dev make gcc + g++ libsqlite3-dev ] -- 2.43.2