FROM python:3.5.1-alpine MAINTAINER Chris Smith RUN \ pip install \ docker-py \ python-etcd COPY *.py / ENTRYPOINT ["python", "/report.py"]