ntop / docker-ntop

A collection of Dockerfile for running ntop applications on Docker
315 stars 32 forks source link

Bump arm64 Debian Dockerfile to use latest armhf if available #5

Closed phantomski77 closed 3 years ago

phantomski77 commented 3 years ago

I've modified the arm64 Dockerfile, so instead of relying directly on the latest arm64 versions in the official Debian and/or ntop.org repository from https://packages.ntop.org/apt-stable/buster/all/, it adds the Raspberry Pi http://packages.ntop.org/RaspberryPI/ repository and then adds armhf architecture to Debian's dpkg package tool, so it installs armhf versions where available.

ntopng

ntopng-data

Using latest versions (available only in armhf) needed few modifications:

lucaderi commented 3 years ago

Thank you