mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
9e5eef39ce
commit
13de4b510d
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
source "https://supermarket.chef.io"
|
source "https://supermarket.chef.io"
|
||||||
|
|
||||||
cookbook "audit"
|
cookbook "audit"
|
||||||
cookbook "build-essential"
|
|
||||||
cookbook "install_inspec", path: "./test/kitchen/cookbooks/install_inspec"
|
cookbook "install_inspec", path: "./test/kitchen/cookbooks/install_inspec"
|
||||||
cookbook "os_prepare", path: "./test/kitchen/cookbooks/os_prepare"
|
cookbook "os_prepare", path: "./test/kitchen/cookbooks/os_prepare"
|
||||||
|
|
Loading…
Reference in a new issue