From 7a86a6306c0af99961bf803cecc760c39dc76fe0 Mon Sep 17 00:00:00 2001 From: Ameer Hamza Khan Date: Sun, 27 Jul 2025 13:40:12 +0000 Subject: [PATCH] Removed resolvconf because it is legacy and cause problem with docker image building. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8032a9a..019230e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt update && apt install -y \ # Network performance tools iperf3 speedtest-cli \ # Network configuration utilities - resolvconf bridge-utils vlan \ + bridge-utils vlan \ # VPN and tunneling tools wireguard-tools openvpn stunnel4 \ # Packet analysis tools