Skip to content
Snippets Groups Projects
Forked from Feed / openwrt-packages
10765 commits behind the upstream repository.
README 234 B
# 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