projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a7907
)
luci-app-dockerman: Add dockerd and docker-compose as dependency
author
Tamas K Lengyel
<tamas@tklengyel.com>
Tue, 12 Mar 2024 19:33:12 +0000
(15:33 -0400)
committer
Paul Donald
<newtwen+github@gmail.com>
Tue, 8 Oct 2024 16:19:22 +0000
(18:19 +0200)
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>
applications/luci-app-dockerman/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-dockerman/Makefile
b/applications/luci-app-dockerman/Makefile
index f49be3c7ccfb85080f528601f44ddb316475080a..07c6bea8e2218eee9941ec0051f3388a6a63769e 100644
(file)
--- 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> \