Automatic yes to prompts when installing package on Alpine Linux
apk
does not need a --yes
argument as it is designed to run non-interactively from the get-go and does not prompt the user unless the -i
/ --interactive
argument is given (and then only for "certain operations").
Ref apk --help --verbose
.