From d657004565f23fc9960f966bed732e39b85afbaf Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 9 Jul 2019 11:54:15 +0800 Subject: [PATCH] update n2n for edge mode --- n2n/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n2n/Dockerfile b/n2n/Dockerfile index ac2680d..f7b8dba 100644 --- a/n2n/Dockerfile +++ b/n2n/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER EasyPi Software Foundation RUN set -xe \ && apt update \ - && apt install -y gnupg lsb-release wget \ + && apt install -y gnupg lsb-release net-tools wget \ && wget http://apt.ntop.org/stretch/all/apt-ntop.deb \ && dpkg -i apt-ntop.deb \ && apt update \