# Helper docker container to run iptables without sudo

FROM alpine
RUN apk add -U iproute2
