You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update n2n
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
# Dockerfile for n2n
|
# Dockerfile for n2n
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM debian:buster
|
FROM debian:bookworm
|
||||||
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/buster/all/apt-ntop.deb \
|
&& wget http://apt.ntop.org/bookworm/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 \
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# Dockerfile for n2n-arm
|
# Dockerfile for n2n-arm
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM arm32v7/debian:buster
|
FROM debian:buster
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version: '3.5'
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user