1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-21 01:27:01 +02:00

update ntopng

This commit is contained in:
kev 2023-05-06 17:25:40 +08:00
parent b348f436e6
commit e1605e0cce

View File

@ -8,10 +8,10 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apt update \ && apt update \
&& apt install -y curl gnupg libjson-c3 \ && apt install -y curl gnupg libjson-c3 \
&& curl -sSL http://packages.ntop.org/apt-stable/ntop.key | apt-key add - \ && curl -sSL https://packages.ntop.org/apt-stable/ntop.key | apt-key add - \
&& { \ && { \
echo "deb http://packages.ntop.org/apt/22.04/ x64/"; \ echo "deb https://packages.ntop.org/apt-stable/22.04/ x64/"; \
echo "deb http://packages.ntop.org/apt/22.04/ all/"; \ echo "deb https://packages.ntop.org/apt-stable/22.04/ all/"; \
} > /etc/apt/sources.list.d/ntop.list \ } > /etc/apt/sources.list.d/ntop.list \
&& apt update \ && apt update \
&& apt install -y ntopng \ && apt install -y ntopng \