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

ADD entrypoint.sh /entrypoint.sh

CMD ["/entrypoint.sh"]
