diff options
author | Tamas K Lengyel <tamas@tklengyel.com> | 2024-03-12 15:33:12 -0400 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-08 18:19:22 +0200 |
commit | f827219f6cf8bb147407013791bcb340eeff9363 (patch) | |
tree | 98cdcf26e59ad1b7b4c87d18b82a9c55c4f418cd /applications/luci-app-dockerman/Makefile | |
parent | f9a79074d30de618aee875fe71a0ae5c6a95c425 (diff) |
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>
Diffstat (limited to 'applications/luci-app-dockerman/Makefile')
-rw-r--r-- | applications/luci-app-dockerman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <lisaac.cn@gmail.com> \ |