Add docker-cli depend (#7217)

This commit is contained in:
Saxon 2021-06-29 18:38:17 +08:00 committed by GitHub
parent 892b521774
commit 3e0302e832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Luci for Docker-CE
LUCI_DEPENDS:=+dockerd +e2fsprogs +fdisk
LUCI_DEPENDS:=+dockerd +docker +e2fsprogs +fdisk
LUCI_PKGARCH:=all
PKG_VERSION:=1
PKG_RELEASE:=11
PKG_RELEASE:=12
include $(TOPDIR)/feeds/luci/luci.mk