From 6ff6115e98cf418cf3534492eced819fd4f8f150 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:18:46 +0100 Subject: [PATCH] Dockerfile: fixup symlink of iptables --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44be9df..ea45fdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,7 @@ RUN apk add -U --no-cache \ dumb-init # Symlink iptables -RUN rm /sbin/iptables \ - ln -s /sbin/iptables-legacy /sbin/iptables +RUN ln -s /sbin/iptables-legacy /sbin/iptables # Expose Ports EXPOSE 51820/udp