Skip to content

Commit

Permalink
dockerd: fix dependencies missing
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Yang <[email protected]>
  • Loading branch information
ggg17226 authored and neheb committed Apr 29, 2022
1 parent f6b1169 commit 3635c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dockerd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ define Package/dockerd
URL:=https://www.docker.com/
DEPENDS:=$(GO_ARCH_DEPENDS) +btrfs-progs +ca-certificates +containerd +libdevmapper +libnetwork +tini \
+KERNEL_SECCOMP:libseccomp +iptables-mod-extra +kmod-br-netfilter +kmod-ikconfig +kmod-nf-conntrack-netlink +kmod-nf-ipvs \
+kmod-nf-nat +kmod-veth
+kmod-nf-nat +kmod-veth +iptables-legacy +iptables-mod-nat-extra
USERID:=docker:docker
MENU:=1
endef
Expand Down

0 comments on commit 3635c76

Please sign in to comment.