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

update n2n

This commit is contained in:
kev 2019-10-01 11:51:50 +08:00
parent 4628708642
commit 74d71f87b5

@ -2,13 +2,13 @@
# Dockerfile for n2n # Dockerfile for n2n
# #
FROM debian:stretch FROM debian:buster
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apt update \ && apt update \
&& apt install -y gnupg iptables lsb-release net-tools wget \ && apt install -y gnupg iptables lsb-release net-tools wget \
&& wget http://apt.ntop.org/stretch/all/apt-ntop.deb \ && wget http://apt.ntop.org/buster/all/apt-ntop.deb \
&& dpkg -i apt-ntop.deb \ && dpkg -i apt-ntop.deb \
&& apt update \ && apt update \
&& apt install -y n2n \ && apt install -y n2n \