From caa9ae3a41056e6322336c8a56efa5c472fd6cf3 Mon Sep 17 00:00:00 2001 From: Youyuan <83439858+Yuanandcircle@users.noreply.github.com> Date: Wed, 12 Jul 2023 22:09:38 +0800 Subject: container: T5352: Fix missing dependency for netavark There is a missing dependency iptables for netavark . Debian marked it as optional but should be a dependency. If not installed, container cannot be created with assigned network. The rolling release is built with package iptables so there is no bug. But if users build iso on their own, container will not work if container network is assigned. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 40920cadc..3c912542b 100644 --- a/debian/control +++ b/debian/control @@ -72,6 +72,7 @@ Depends: iperf, iperf3, iproute2 (>= 6.0.0), + iptables, iputils-arping, isc-dhcp-client, isc-dhcp-relay, -- cgit v1.2.3