Snippets tagged “dockerfile”
3 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 composer inside a docker containerPHP
To install PHP Composer inside a Docker container, you will need to do the following:
- 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.