mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 17:04:36 +04:00
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>
# 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