From 8fb4b17fda59928d64e7590189dd2680fc3fbc93 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Wed, 5 Mar 2025 14:59:15 +0100 Subject: [PATCH] update to multiarch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b97e9eb..b3e010e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine -RUN apk add --update --no-cache iptables iptables-legacy openssl jq curl ca-certificates busybox-extras +RUN apk add --update --no-cache iptables iptables-legacy openssl jq curl ca-certificates busybox-extras docker-cli COPY firewall/ /firewall/ CMD firewall/iptables-wrapper-installer.sh && /firewall/firewall-add