mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
Installing all packages via ./scripts/feeds install -a produces a lot of error messages, it is also possible to only install the packages which were touched by the PR. Signed-off-by: Paul Spooren <mail@aparcar.org>
# 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