We now own `openwrtorg` and `openwrt`, where the latter replaces the
former. Slowly migrate over.
Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit b164a3aa32
)
6 lines
100 B
Docker
6 lines
100 B
Docker
ARG ARCH=x86-64
|
|
FROM openwrt/rootfs:$ARCH
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
|
|
CMD ["/entrypoint.sh"]
|