Skip to main content
edited tags, markup
Source Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

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/"   

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/"   

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/"   
added 5 characters in body; edited tags
Source Link
terdon
  • 252.3k
  • 69
  • 480
  • 718

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/*-releasecat /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/"

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/"   

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/"

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

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/"