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 \