From: Tamas K Lengyel Date: Tue, 12 Mar 2024 19:33:12 +0000 (-0400) Subject: luci-app-dockerman: Add dockerd and docker-compose as dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f827219f6cf8bb147407013791bcb340eeff9363;p=openwrt-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 --- diff --git a/applications/luci-app-dockerman/Makefile b/applications/luci-app-dockerman/Makefile index f49be3c7cc..07c6bea8e2 100644 --- a/applications/luci-app-dockerman/Makefile +++ b/applications/luci-app-dockerman/Makefile @@ -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 \