Fix iptables missing on Debian 11 if APT::Install-Recommends=0 (#7964)

On Debian 11, `ipset` just recommend `iptables` so on the system that apt is configured with `APT::Install-Recommends "0";` iptables will not install automatically.
This commit is contained in:
rtsp 2021-09-14 22:19:09 +07:00 committed by GitHub
parent 85d18fc107
commit f8a57f7598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,3 +5,4 @@ required_pkgs:
- apt-transport-https
- software-properties-common
- conntrack
- iptables