Add unzip to bindep

Some gems are zipped and this needs to be present in order for
them to install.

Change-Id: I7ca535bf1c37ee50b926edecc8fe6fd28ca12d05
This commit is contained in:
James E. Blair 2017-07-26 09:02:18 -07:00
parent f2c28cea20
commit 5f5359f084
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ php-cli [platform:rpm platform:ubuntu-xenial]
php-mcrypt [platform:ubuntu-xenial]
php5-cli [platform:dpkg !platform:ubuntu-xenial]
php5-mcrypt [platform:dpkg !platform:ubuntu-xenial]
unzip [platform:dpkg]