docker-makepkg
docker-makepkg copied to clipboard
pod2man not found during builds
build output says that pod2man is not found, even when perl package is installed
looks like the build users PATH is missing /usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
looks like the build users PATH is missing /usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
There's no reason why these directories would be in $PATH unless you add them explicitly.
I worked around with setting PATH via docker run