ARG ARCH=x86-64
FROM openwrt/rootfs:$ARCH

ADD entrypoint.sh /entrypoint.sh

CMD ["/entrypoint.sh"]
