jwilder / dockerize

Utility to simplify running applications in docker containers
MIT License
5.01k stars 414 forks source link

Reducing commands to install #192

Closed alekseyolg closed 1 year ago

alekseyolg commented 1 year ago

It has been noticed that redundant commands are used in the description. This oversight has been fixed - now fewer operations are used that give the correct result. Also added deleting cache and wget package after installation in ubuntu image. Also, the instructions implied that wget was already installed in the alpine image, although this is not the reality. This oversight has also been corrected.