mirror of https://git.openwrt.org/project/luci.git
luci-app-dockerman: Add dockerd and docker-compose as dependency
When installing luci-app-dockerman the webui appears empty and unusable if these dependencies are not installed. Fix it by declaring them. Signed-off-by: Tamas K Lengyel <tamas@tklengyel.com>
This commit is contained in:
parent
f9a79074d3
commit
f827219f6c
|
@ -6,7 +6,9 @@ LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
|
|||
+luci-compat \
|
||||
+luci-lib-docker \
|
||||
+docker \
|
||||
+ttyd
|
||||
+ttyd \
|
||||
+dockerd \
|
||||
+docker-compose
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0
|
||||
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
|
||||
|
|
Loading…
Reference in New Issue