Skip to content
Snippets Groups Projects
Unverified Commit f8a57f75 authored by rtsp's avatar rtsp Committed by GitHub
Browse files

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.
parent 85d18fc1
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,4 @@ required_pkgs:
- apt-transport-https
- software-properties-common
- conntrack
- iptables
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment