chef-cookbooks / runit

Development repository for the Chef Runit Cookbook
https://supermarket.chef.io/cookbooks/runit
Apache License 2.0
106 stars 197 forks source link

Explicitly install packages providing testing dependencies #195

Closed cwjohnston closed 8 years ago

cwjohnston commented 8 years ago

Some docker containers we're testing with kitchen-docker lack packages which are present in the bento virtualbox images we've been using with kitchen-vagrant, i.e. file package to provide file command, bintuils package to provide strings command.

cwjohnston commented 8 years ago

test-kitchen suites are passing locally with kitchen-vagrant once again