-
Notifications
You must be signed in to change notification settings - Fork 141
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
Added noninteractive for apt-get installs #18
Conversation
This prevents a lot of the error messages during install that begin with "debconf: unable to initialize frontend: Dialog". This likely doesn't make any functional difference but it would make it easier to spot actual problems during a docker build.
Changed the repo name
Changed nginx site config to redirect http to https and to serve https traffic. In this scenario ssl key and cert could be stored in the gitignored data folder.
Howdy! (However I'd love to pull in the noninteractive bit!) |
Sorry about that, this was my first cross-repo pull request. I guess I did something wrong. Let me try again. |
No problem! (I think it keeps adding commits as you make them to the branch On Mon, May 11, 2015 at 7:09 AM John Steel notifications@github.com wrote:
|
Right, thats what it looks like. I wonder if I do that and then deleted the pulled branch, would it mess anything up? |
I'm ~90% sure that'll work fine |
Yup! #19 still shows that it was pulled from the branch even after it was deleted. I thought maybe it might say that it pulled from master or possibly stop tracking the history after deleting the branch. |
Glad it didn't, github is pretty snazzy ! On Mon, May 11, 2015 at 10:18 AM John Steel notifications@github.com
|
This prevents a lot of the error messages during install that begin with "debconf: unable to initialize frontend: Dialog".
This likely doesn't make any functional difference but it would make it easier to spot actual problems during a docker build.