文件历史

1 次代码提交

作者 SHA1 备注 提交日期
James Chevalier 41abfd310f add docker configuration (#13)
* add docker configuration

Why:

* it's a nice way to work in a disposable environment

This change addresses the need by:

* add dockerfile
* update readme to explain usage

Reference Links:

*

* switch to using official python image as a base

Why:

* removes a lot of custom setup

This change addresses the need by:

* swap out buildpack-deps:trusty with python:3
* remove setup lines that are no longer required
* clean up comment to describe the RUN command

Reference Links:

* https://hub.docker.com/r/library/python/
2016-11-24 02:14:58 +03:00