All works fine but pihole is missing one package:
pihole:~# pihole -up
[✓] Checking for dialog
[✓] Checking for git
[✓] Checking for newt
[i] Checking for procps (will be installed)
[✓] Checking for dhcpcd
[✓] Checking for openrc
[✓] Checking for ncurses
[✓] Checking for newt
[✓] Checking for git
[i] Processing apk install(s) for: procps, please wait...OK: 138 MiB in 155 packages
[i] Checking for updates...
[i] Pi-hole Core: up to date
[i] Web Interface: up to date
[i] FTL: up to date[✓] Everything is up to date!
Let's try again :
pihole:~# pihole -up
[✓] Checking for dialog
[✓] Checking for git
[✓] Checking for newt
[i] Checking for procps (will be installed)
[✓] Checking for dhcpcd
[✓] Checking for openrc
[✓] Checking for ncurses
[✓] Checking for newt
[✓] Checking for git
[i] Processing apk install(s) for: procps, please wait...OK: 138 MiB in 155 packages
[i] Checking for updates...
[i] Pi-hole Core: up to date
[i] Web Interface: up to date
[i] FTL: up to date[✓] Everything is up to date!
okay, is procps installed ?
pihole:~# apk list -I | grep procps
libproc2-4.0.4-r0 x86_64 {procps-ng} (GPL-2.0-or-later AND LGPL-2.1-or-later) [installed]
procps-compat-3.3.17-r4 x86_64 {procps-compat} (GPL-2.0-or-later AND LGPL-2.1-or-later) [installed]
procps-ng-4.0.4-r0 x86_64 {procps-ng} (GPL-2.0-or-later AND LGPL-2.1-or-later) [installed]
What should i check next ?