I am building a Docker image with Ubuntu 22.04 that should include Ansible installed on it.
I have
RUN apt-get install -y ansible
The problem is that I get asked prompts about the city and country so cannot automate it.
How can I pre-define these prompts ?