mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-17 11:56:28 +02:00
update n2n
This commit is contained in:
parent
6fbf438cfe
commit
4628708642
@ -2,7 +2,7 @@
|
|||||||
# Dockerfile for n2n-arm
|
# Dockerfile for n2n-arm
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM arm32v7/debian:stretch
|
FROM arm32v7/debian:buster
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
@ -10,8 +10,8 @@ RUN set -xe \
|
|||||||
&& apt install -y gnupg iptables lsb-release net-tools wget \
|
&& apt install -y gnupg iptables lsb-release net-tools wget \
|
||||||
&& wget -qO- http://packages.ntop.org/apt/ntop.key | apt-key add - \
|
&& wget -qO- http://packages.ntop.org/apt/ntop.key | apt-key add - \
|
||||||
&& { \
|
&& { \
|
||||||
echo "deb http://apt.ntop.org/stretch_pi armhf/"; \
|
echo "deb http://apt.ntop.org/buster_pi armhf/"; \
|
||||||
echo "deb http://apt.ntop.org/stretch_pi all/"; \
|
echo "deb http://apt.ntop.org/buster_pi all/"; \
|
||||||
} > /etc/apt/sources.list.d/ntop.list \
|
} > /etc/apt/sources.list.d/ntop.list \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
&& apt install -y n2n \
|
&& apt install -y n2n \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user