I am using Ubuntu 18 and trying to install PHP using command
apt-get install -y php
But during installation, It asks for geographic area and city, so I need to manually input these 2 things.
Since I am preparing commands for Dockerfile, so I am trying to mention all inputs in command itself but not getting way, so is there any way that I can append multiple inputs to my command?