The prerequisites script install an old version of docker when run on Raspberry Pi 4.
The script install the version 20.10 and with this version, the installation of dappnode fails.
When update docker to version 24 and re-run the script it works normally
To Reproduce
Run the command for prerequisites in a RPi4 without docker installed
Run the command for the installation of dappnode, it will fail
The prerequisites script install an old version of docker when run on Raspberry Pi 4. The script install the version 20.10 and with this version, the installation of dappnode fails. When update docker to version 24 and re-run the script it works normally
To Reproduce