From: Tom Hughes Date: Sat, 24 Nov 2018 11:44:52 +0000 (+0000) Subject: Install zlib1g-dev for nokogiri X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0a374fa9435ff5f1f21874f99d2c460f6f7d8c2a?hp=c241e8db4e7f36712eb4970314be621b7e9de866 Install zlib1g-dev for nokogiri --- 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"