Just wondering why we require perl in image `php:7.1-fpm-stretch`? `/usr/lib/x86_64-linux-gnu/perl => 19MB` ``` # dpkg -S /usr/lib/x86_64-linux-gnu/perl libperl5.24:amd64, perl-base: /usr/lib/x86_64-linux-gnu/perl # apt-cache rdepends --installed perl perl Reverse Depends: autoconf adduser perl-base libdpkg-perl debconf libperl5.24 perl-modules-5.24 perl-base perl-base perl-modules-5.24 ``` It appears to be related to phpize. Is there a need for it to be permanent in the image or could this be moved to a `docker-php-` script? It's not relevant in production environments imo.