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

Fix Docker build, add ca-certificates #74

Merged
merged 1 commit into from
Aug 2, 2018

Conversation

vryzhaiev
Copy link
Contributor

Without '-y' option apt-get install stops on the confirmation stage and Docker build is failing. Also, added ca-certificates installation (not to PACKAGES variable, cause they are removed from the image later) in order to be able to communicate with Grafana via HTTPS.

@IzakMarais
Copy link
Owner

IzakMarais commented Jul 31, 2018

Thanks for this!

This really highlights that I should merge PRs faster, since I suspect there might be existing PRs that address these issues. I will confirm, and if that is the case use those ones in stead.

@vryzhaiev
Copy link
Contributor Author

@IzakMarais yes, #58 is aimed to address HTTPS issue, but ca-certificates are required at a runtime, thus should be installed separately from packages in PACKAGES variable, cause they are removed later during the Docker build.

@IzakMarais
Copy link
Owner

Thanks for clarifying.

@IzakMarais IzakMarais merged commit feb7153 into IzakMarais:master Aug 2, 2018
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

2 participants