Install Docker with Compose

This will work on anything Debian or Ubuntu based that includes APT

apt update
apt install docker.io docker-compose -y