FROM python:3.6-alpine
RUN pip install elasticsearch-curator==5.4.1
CMD /usr/sbin/crond -f
