From b8fd08ab391849e9a3068040cae7d61ddf07bdf1 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 30 Mar 2022 19:13:34 +0200 Subject: [PATCH] router-tuto3: Fix a problem with overriding file --- pkg/router-tuto3/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/router-tuto3/Dockerfile b/pkg/router-tuto3/Dockerfile index f0ba3fc..d203800 100644 --- a/pkg/router-tuto3/Dockerfile +++ b/pkg/router-tuto3/Dockerfile @@ -9,6 +9,7 @@ RUN mkdir -p /var/lock/ && opkg update && opkg install \ msmtp \ python3 \ tcpdump \ + && rm /etc/resolv.conf \ && rm -rf /var/lock \ && rm -rf /etc/ssh/ssh_host_*_key* \ && echo "alias ip='ip -c'" >> /etc/profile