Essential steps when setting up a minimal Debian environment

Setup sudo

su -
apt install sudo
usermod -aG sudo <user>