FROM alpine:3.22
RUN apk add --no-cache iptables
COPY init.sh /usr/local/bin/init-sandbox-network
ENTRYPOINT ["/usr/local/bin/init-sandbox-network"]
