Skip to content
Snippets Groups Projects
user avatar
Daniel Engberg authored
This reverts commit 27fdddf8 due to it causing random failures.
Change agreed on here: https://github.com/openwrt/packages/pull/10560



Signed-off-by: default avatarDaniel Engberg <daniel.engberg.lists@pyret.net>
23c332e5
History
Name Last commit Last update
..
Dockerfile
README
config.yml
# 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