FROM python:3.7-alpine3.9 RUN pip install --progress-bar=off --no-cache-dir check-s3-bucket==0.2.5 ENTRYPOINT [ "/usr/local/bin/check_s3_bucket" ]