2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +01:00

update n2n

This commit is contained in:
kev
2023-10-20 18:21:41 +08:00
parent 53f571167c
commit 76c4e1a89a
3 changed files with 4 additions and 4 deletions

View File

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