🛸 Sync 2023-03-31 02:16:52

This commit is contained in:
github-actions[bot] 2023-03-31 02:16:52 +08:00
parent c5becb09c2
commit e122b3c940
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dockerd
PKG_VERSION:=20.10.22
PKG_RELEASE:=10
PKG_RELEASE:=12
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
@ -48,7 +48,7 @@ define Package/dockerd
+libnetwork \
+tini \
+uci-firewall \
+fuse-overlayfs
+fuse-overlayfs +cgroupfs-mount
USERID:=docker:docker
MENU:=1
endef

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Luci for Docker-CE
LUCI_DEPENDS:=+dockerd +cgroupfs-mount +fuse-overlayfs +docker +e2fsprogs +fdisk
LUCI_DEPENDS:=+dockerd +docker +e2fsprogs +fdisk
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-docker

View File

@ -6,7 +6,7 @@ LUCI_DEPENDS:=@(aarch64||arm||x86_64) \
+luci-lib-docker \
+luci-lib-ip \
+docker \
+dockerd +cgroupfs-mount +fuse-overlayfs \
+dockerd \
+ttyd
LUCI_PKGARCH:=all
@ -15,7 +15,7 @@ PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
Florian Eckert <fe@dev.tdt.de>
PKG_VERSION:=v0.5.25
PKG_RELEASE:=135
PKG_RELEASE:=136
include $(TOPDIR)/feeds/luci/luci.mk