docker image: missing perl libs + release testing
followup of #22 (closed)
Here is the additional setup I needed before generating the release.
apt update
apt install make
cpanm File::FindLib
apt install libutf8-all-perl
export PERL5LIB=/koha
Edited by Victor Grousset/tuxayo