Open ZeGuigui opened 7 months ago
Describe the bug When running report-parser.pl on a debian 12 base image I got an error with missing JSON in @INC
report-parser.pl
missing JSON in @INC
To Reproduce Steps to reproduce the behavior:
php:8.3-apache
open-report-parser
README.md
report-parser.pl -i --info
Expected behavior No error message and report-parser able to parse emails
Software Version [X] Version 0 Alpha 5 [] Version 0 Alpha 4 [] Version 0 Alpha 3 [] Version 0 Alpha 2
Server (please complete the following information):
Additional context
You can fix the problem adding libjson-perl in the dependencies! You only need to patch README.md
libjson-perl
Please see my dockerfile for open-report-parser and open-dmarc-analyzer for a reference docker file (I intend to publish the image to docker hub but still need to improve it a bit I think)
Describe the bug When running
report-parser.pl
on a debian 12 base image I got an error withmissing JSON in @INC
To Reproduce Steps to reproduce the behavior:
php:8.3-apache
(debian 12 based) and copyopen-report-parser
with dependencies listed in theREADME.md
report-parser.pl -i --info
Expected behavior No error message and report-parser able to parse emails
Software Version [X] Version 0 Alpha 5 [] Version 0 Alpha 4 [] Version 0 Alpha 3 [] Version 0 Alpha 2
Server (please complete the following information):
Additional context
You can fix the problem adding
libjson-perl
in the dependencies! You only need to patchREADME.md