Add a missing dependency on the zlib1g-dev for the backup gem

Fixes #56
This commit is contained in:
Greg Karékinian
2019-05-03 10:58:39 +02:00
parent 0a62f2d5e0
commit 37aa87df5e
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
build_essential 'backup gem'
# Don't try to install packages on older Ubuntu, the repositories are 404
package ["ruby", "ruby-dev"] if node[:platform_version].to_f >= 16.04
package ["ruby", "ruby-dev", "zlib1g-dev"] if node[:platform_version].to_f >= 16.04
gem_package 'backup' do
version '5.0.0.beta.2'