From 0a374fa9435ff5f1f21874f99d2c460f6f7d8c2a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 24 Nov 2018 11:44:52 +0000 Subject: [PATCH] Install zlib1g-dev for nokogiri --- cookbooks/foundation/recipes/owg.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/foundation/recipes/owg.rb b/cookbooks/foundation/recipes/owg.rb index 64f7cd5de..bc9b27093 100644 --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@ -23,6 +23,7 @@ include_recipe "git" package %w[ ruby ruby-dev + zlib1g-dev ] gem_package "bundler" -- 2.43.2