I have a docker image I'm extending and it has a stripped down version of debianDebian. I've already installed some packages with the initial Dockerfile push I did but I'm also wanting to install 'top'top and 'file'file commands (already installed htophtop...). Does anyone know which packages I could install that include these with apt-get installapt-get install that will work with debianDebian?
Also, I'm not sure how to find this info myself so if there is an easy way to figure it out that I could have done myself that info would be an awesome FYI to include.
Output of running cat /etc/*-release below:
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"