FROM csmith/service-reporter-lib:latest MAINTAINER Chris Smith RUN \ pip install \ docker-py COPY *.py / ENTRYPOINT ["python", "/report.py"]