Im trying to install the libreOffice in docker file
RUN apt install libreoffice -y
while building the image it asking to select
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 6. Asia 11. System V timezones
2. America 7. Atlantic Ocean 12. US
3. Antarctica 8. Europe 13. None of the above
4. Australia 9. Indian Ocean
5. Arctic Ocean 10. Pacific Ocean
Geographic area:
unable to select this command while docker building. any other solution to fix this problem. I tried
apt-get install libreoffice --no-install-recommends
also but same problem.
need to install libreoffice without user intraction can any one help to solve this problem.