FROM python:2-alpine LABEL maintainer "Andre Peters " RUN apk add -U --no-cache iptables ip6tables RUN pip install redis ipaddress COPY logwatch.py / CMD ["python2", "-u", "/logwatch.py"]