wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
45.74k stars 1.75k forks source link

Fix debian package installation instructions #479

Open micah opened 1 year ago

micah commented 1 year ago

The correct command to run is dpkg -i on a debian package file. The instructions said to use apt install which does not work to install from a file.

ReneNyffenegger commented 8 months ago

I was able to install dive with exactly the instructions given in the README.md for Debian.

edwardbaidoo commented 7 months ago

The correct command to run is dpkg -i on a debian package file. The instructions said to use apt install which does not work to install from a file.

I believe apt install was used here since it would proceed to install missing dependencies(If any) as it installs the package.