MGenteluci / cloudformation-deploy-action

AWS CloudFormation Deploy Action
MIT License
17 stars 34 forks source link

Configuring tzdata waiting for input #3

Closed lucasfsousa closed 4 years ago

lucasfsousa commented 4 years ago

Something was changed on github Docker filer that now is asking for input while configuring tzdata:

Configuring tzdata
------------------

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      4. Australia  7. Atlantic  10. Pacific  13. Etc
  2. America     5. Arctic     8. Europe    11. SystemV
  3. Antarctica  6. Asia       9. Indian    12. US

I've fixed this in a fork from the project adding the following code on Dockerfile:

ENV DEBIAN_FRONTEND=noninteractive

https://github.com/r0zar/sam-deploy-action/pull/3

I'll create a PR to fix the problem.

More information about this error can be found it here: https://askubuntu.com/questions/909277/avoiding-user-interaction-with-tzdata-when-installing-certbot-in-a-docker-contai

MGenteluci commented 4 years ago

PR merged! thanks for the contribution!