Open
Description
Describe the bug
When running report-parser.pl
on a debian 12 base image I got an error with missing JSON in @INC
To Reproduce
Steps to reproduce the behavior:
- create a docker container from
php:8.3-apache
(debian 12 based) and copyopen-report-parser
with dependencies listed in theREADME.md
- add a configuration file and run
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):
- Server OS: debian 12
- Perl Version: 5.36.0
- SQL Variant and Version: MariaDB 10.11 (not revelant)
Additional context
You can fix the problem adding libjson-perl
in the dependencies! You only need to patch README.md