0

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.

enter image description here

How can I pre-define these prompts ?

U880D
  • 597
  • 7
  • 17
  • Does [How to specify extra TZ info for `apt-get install -y`](https://unix.stackexchange.com/questions/433942/) or [Docker container time & timezone](https://serverfault.com/questions/683605/) answer your question? – U880D Jul 17 '22 at 02:00

0 Answers0