FROM python:3.7.4-alpine

RUN apk add bash jq curl
RUN pip install awscli

COPY ./generate.sh /generate.sh
RUN chmod +x /generate.sh
