Skip to main content
3 of 3
edited tags, markup
Kusalananda
  • 355.9k
  • 42
  • 735
  • 1.1k

Install 'top' and 'find' on stripped a down debian linux with apt-get install?

I have a docker image I'm extending and it has a stripped down version of Debian. I've already installed some packages with the initial Dockerfile push I did but I'm also wanting to install top and file commands (already installed htop...). Does anyone know which packages I could install that include these with apt-get install that will work with Debian?

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/"   
Kyle N
  • 111
  • 1
  • 1
  • 5