Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile - noninteractive mode #1190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stopsopa
Copy link

Building this Dockerfile will result in the interactive prompt

 => [2/4] RUN apt-get update -y &&     apt-get install -y     libglib2.0-0     libsm6     libxext6     libxrender-dev     libgl1-mesa-dev     git     && apt-get autoremove -y     && apt-get clean -y     && r  266.2s
 => => # 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                                                                                                                                                            
 => => # Geographic area:  

which user will not be able to answer.

Here is PR with working proposition to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant