Remove unused build-essential dep in berksfile

This is not used by the test cookbooks

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2020-12-09 10:53:00 -08:00
parent 9e5eef39ce
commit 13de4b510d

View file

@ -1,6 +1,5 @@
source "https://supermarket.chef.io"
cookbook "audit"
cookbook "build-essential"
cookbook "install_inspec", path: "./test/kitchen/cookbooks/install_inspec"
cookbook "os_prepare", path: "./test/kitchen/cookbooks/os_prepare"