In my use case, I want to install php8.1 in a Dockerfile, but during this install process, I have to enter parameters. e.g.
Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in
which they are located.
1. Africa 2. America 3. Antarctica 4. Australia 5. Arctic 6. Asia 7. Atlantic 8. Europe 9. Indian 10. Pacific 11. US 12. Etc
Geographic area:
How can I wrap all these parameters into one command to use it in my Dockerfile?
RUN apt install php8.1 -y