Select Git revision
Dockerfile 168 B
FROM python:3.7-alpine3.9
COPY requirements.txt /
RUN pip install --progress-bar=off --no-cache-dir -r requirements.txt
ENTRYPOINT [ "/usr/local/bin/check_s3_bucket" ]
Needed for building some of the Python packages.
Needed for building some of the Python packages.