Releases: ronin-rb/docker
Releases · ronin-rb/docker
2.0.5.3
- Updated installed ronin gems for recent bug fix releases.
2.0.5.2
- Added missing
man-db
dependency to all Dockerfiles to allow the commands to display their man-pages using theman
command. - Added missing
git
dependency to all Dockerfiles for theronin-repos install
andronin-repos update
commands, which usegit
to download and update ronin repositories. - Added missing
zip
dependency to all Dockerfiles for Ronin::Support::Archive::Zip, which uses thezip
andunzip
commands to create and read.zip
archives.