Skinny-Hosts / core-php-fpm-docker-image

Here is the image of PHP-FPM with additional packages and using its Alpine version.
0 stars 0 forks source link

fix: changed composer installation process #11

Closed marcosfreitas closed 2 years ago

marcosfreitas commented 2 years ago

composer installed by apk was adding a php8 version and compromising the health of PHP extensions availability.

this PR will change this to use mlocati/docker-php-extension-installer as discussed here.