When testing container build by gitlab with @avnishsinghh PR we found that inside the container perl scripts are complaining about missing dependencies. I think deps are there it is just that the execution environment is missing paths. It should be possible to set this in the Dockerfile.
p4user@778f1e6a83fc:/usr/local/bin$ seqchksum_merge.pl --help
Can't locate Readonly.pm in @INC (you may need to install the Readonly module) (@INC contains: /usr/local/bin/../lib /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.34.0 /usr/local/share/perl/5.34.0 /usr/lib/x86_64-linux-gnu/perl5/5.34 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.34 /usr/share/perl/5.34 /usr/local/lib/site_perl) at /usr/local/bin/seqchksum_merge.pl line 24.
When testing container build by gitlab with @avnishsinghh PR we found that inside the container perl scripts are complaining about missing dependencies. I think deps are there it is just that the execution environment is missing paths. It should be possible to set this in the Dockerfile.