Skip to content

Commit

Permalink
luci-app-dockerman: Add dockerd and docker-compose as dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tklengyel committed Mar 12, 2024
1 parent 7d106ac commit 9244d11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion applications/luci-app-dockerman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> \
Expand Down

0 comments on commit 9244d11

Please sign in to comment.