The CI is working fine with OpenWrt snapshots and 21.02, so backport it. Signed-off-by: Paul Spooren <mail@aparcar.org>
6 lines
103 B
Docker
6 lines
103 B
Docker
ARG ARCH=x86-64
|
|
FROM openwrtorg/rootfs:$ARCH
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
|
|
CMD ["/entrypoint.sh"]
|