https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8056
--- Comment #3 from Sidney Markowitz <sid...@sidney.com> --- Notes on attempting to base action files on https://github.com/Perl/docker-perl-tester That uses the official perl docker images made from dockerfiles at https://github.com/docker-library/docs/tree/master/perl The officially supported omes only go back to perl 5.32. The docker images for older perl versions still exist, but were built on olber versions of Debian/Ubuntu. I got errors trying to install some of the SpamAssassin optional dependencies on those old versions. There is no reason to have to skip tests because dependencies can't be installed. It should be sufficient to test on current versions of Ubuntu as long as we test various perl versions. To do this, instead of using the perl version docker images as base, I'll use an Ubuntu image as base and build perl using the dockerfile that is used to build the latest perl docker image, but with different versions of perl. -- You are receiving this mail because: You are the assignee for the bug.