Dockerfile 100 B

123456
  1. ARG ARCH=x86-64
  2. FROM openwrt/rootfs:$ARCH
  3. ADD entrypoint.sh /entrypoint.sh
  4. CMD ["/entrypoint.sh"]