1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update n2n for edge mode

This commit is contained in:
kev 2019-07-09 11:54:15 +08:00
parent 85056dccfb
commit d657004565

@ -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 \