Currently CI doesn't work, because the dependencies from the packages repo are not available. <snip> WARNING: No feed for package 'libopenldap' found WARNING: No feed for package 'libidn2' found WARNING: No feed for package 'libssh2' found <snip> This commit adds the packages repo. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> |
||
---|---|---|
.. | ||
config.yml | ||
Dockerfile | ||
README |
# 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