Commit Graph

3 Commits

Author SHA1 Message Date
Cameron Nemo 945ba5b4b0 Update Docker base image to Alpine 3.12
Closes #1534
2021-01-19 12:17:41 -08:00
Allan Lewis 005baa9b98 Dockerfile: Follow best practices
In order to follow best practice for Dockerfiles, this commit:

* Removes leading and trailing blank lines.
* Pins the base image to a specific version of Alpine; the latest, 3.7, is used.
* Tells `apk` to not cache any package lists.
* Puts each dependency on its own line.
* Does some minor reformatting for readability.
2018-05-12 21:56:29 -07:00
Douglas Muth 4343397dfb Added Dockerfile 2018-01-08 16:07:54 -08:00