From d591da4b5d46b12a7662a83be843413eedf8ffc3 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Wed, 2 Nov 2022 09:26:02 +0000 Subject: [PATCH] Explicitly install ip6tables as it's not getting added as part of iptables --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index d34603b..b278257 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN \ gnupg \ iproute2 \ iptables \ + ip6tables \ iputils \ libqrencode \ net-tools \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 99868de..c78f2d5 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -23,6 +23,7 @@ RUN \ gnupg \ iproute2 \ iptables \ + ip6tables \ iputils \ libqrencode \ net-tools \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 1be1ba5..eb3a9d6 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -23,6 +23,7 @@ RUN \ gnupg \ iproute2 \ iptables \ + ip6tables \ iputils \ libqrencode \ net-tools \