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:
Tamas K Lengyel 2024-03-12 15:33:12 -04:00 committed by Paul Donald
parent f9a79074d3
commit f827219f6c
1 changed files with 3 additions and 1 deletions

View File

@ -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> \