Snippets tagged “docker-php-ext-install”
2 snippets use this tag.
- Docker image build with PHP zip extension shows "bundled libzip is deprecated" warningPHP
When building a Docker image with PHP and the zip extension, you may see the warning.
- How to install php-redis extension using the official PHP Docker image approach?PHP
To install the php-redis extension using the official PHP Docker image, you can use the docker-php-ext-install script that comes with the image.