Im trying to install the Google Cloud SDK in a container, but I need the prompts to automatically be answered yes.
I'm using this command "curl https://sdk.cloud.google.com | bash"
It required answering yes/no, but i need it to automatically answer yes as this will be installed automatically from a container image.
How can I do this?