When I try to run the docker image I get the following error:
missing Clone
error Can't locate Clone.pm in @INC (you may need to install the Clone module) (@INC contains: /opt/circos/bin/lib /opt/circos/bin/../lib /opt/circos/bin /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at (eval 26) line 1.
I believe the reason is that apkbuild-cpan is required for Clone, but this package is discarded when the virtual package is deleted. Treating it as a non-virtual package fixes this problem for me.
When I try to run the docker image I get the following error:
I believe the reason is that
apkbuild-cpan
is required forClone
, but this package is discarded when the virtual package is deleted. Treating it as a non-virtual package fixes this problem for me.