fideloper / docker-nginx-php

An Ubuntu, Nginx and PHP stack Built in Docker
361 stars 142 forks source link

Added noninteractive for apt-get installs (take 2) #19

Closed BlackthornYugen closed 9 years ago

BlackthornYugen commented 9 years ago

This prevents a lot of the error messages during install that begin with "debconf: unable to initialize frontend: Dialog". screen shot 2015-05-10 at 1 30 43 pm This likely doesn't make any functional difference but it would make it easier to spot actual problems during a docker build.

fideloper commented 9 years ago

Thanks!

BlackthornYugen commented 9 years ago

No problem! It's great to know that the pull request is tied to the branch, that way I can make changes without closing / reopening a pull request (that was my previous understanding)