diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 24cde98..a2759d4 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -145,8 +145,7 @@ build { inline = [ "source ~/.zprofile", "test -d /Users/runner", - "test -f ~/.ssh/known_hosts", - "brew doctor" + "test -f ~/.ssh/known_hosts" ] }