php-extension-installer script
8.3K
This Docker image is designed to streamline the process of installing PHP extensions using the PHP Extension Installer.
See more: https://github.com/mlocati/docker-php-extension-installer
Usage: To use this image, you can copy the PHP Extension Installer script into your custom Docker image and use it to install PHP extensions. Here is a basic example to get you started:
FROM ipfwd/php-extended:8.4-zts-astra
COPY --from=ipfwd/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
RUN install-php-extensions gd xdebug
Content type
Image
Digest
sha256:8669a45b3…
Size
38.6 kB
Last updated
6 days ago
docker pull ipfwd/php-extension-installer