debootstrap: missing perl dependency
The debootstrap package in the [main] repositories is missing a dependency on perl.
If I try to run it without perl installed I see this:
alpine:~$ debootstrap
E: No pkgdetails available; either install perl, or build pkgdetails.c from the base-installer source package
1alpine:~$
If perl is installed the command works as expected.