FROM python:alpine3.13

RUN apk add --no-cache fetchmail ca-certificates

COPY fetchmail.py /fetchmail.py

CMD ["/fetchmail.py"]
