mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
This also switches from rsync to curl to download the SDK archive. Fixes #10358. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
# Build/update the docker image docker pull debian:9 docker build --rm -t docker.io/openwrtorg/packages-cci:latest . docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG> docker push docker.io/openwrtorg/packages-cci