Commit eba1898
committed
Update nikto docker image for the nikto 2.6.0
Nikto now requires some additional perl packages.
Nikto uses a older alpine version some of the deps have moved since:
perl-json-pp → no longer a separate package; it's bundled into perl-json (which pulls in JSON::PP)
perl-time-piece and perl-time-seconds → these are core Perl modules, bundled in the main perl package in newer Alpine versions
perl-libxml → renamed to perl-xml-libxml
perl-md5 → no longer separate; bundled in the main perl package (Digest::MD5 is a core module)
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>1 parent e8ae117 commit eba1898
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
0 commit comments