update ntopng (FIX #167)

This commit is contained in:
kev 2021-01-13 14:32:30 +08:00
parent db3d3567dc
commit 5d9bd648ae
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
version: '3'
version: "3.8"
services: