FROM alpine

RUN apk add apk-tools

COPY trigger-violations.sh /

CMD ["sh", "-x", "trigger-violations.sh"]
