]> git.openstreetmap.org Git - chef.git/commitdiff
Install zlib1g-dev for nokogiri
authorTom Hughes <tom@compton.nu>
Sat, 24 Nov 2018 11:44:52 +0000 (11:44 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 24 Nov 2018 11:49:04 +0000 (11:49 +0000)
cookbooks/foundation/recipes/owg.rb

index 64f7cd5de2e8a512db1faee11bd3f3755763b405..bc9b27093841fe9baf21c13773a9f33060d129a6 100644 (file)
@@ -23,6 +23,7 @@ include_recipe "git"
 package %w[
   ruby
   ruby-dev
+  zlib1g-dev
 ]
 
 gem_package "bundler"