From 1b29b79d503fade12c486b1a65c3b64a7f623fbb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 21 Dec 2025 17:29:18 +0100 Subject: [PATCH] Remove duplicate ip6tables-legacy from ARG PACKAGES --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 8407e07b0..f92b36327 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -111,7 +111,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto # && chmod a+x /etc/s6-overlay/s6-rc.d/$SCRIPTSNAME/* ; done; fi # Manual apps -ARG PACKAGES="wireguard-tools iptables ip6tables iptables-legacy ip6tables-legacy" +ARG PACKAGES="wireguard-tools iptables ip6tables iptables-legacy" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"