mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-26 20:15:03 +01:00
Add a note about pre-installed PHP extensions
This commit is contained in:
parent
baae7055ac
commit
cdbdebc71b
@ -92,6 +92,12 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && \
|
||||
| zip | V | V | V | V |
|
||||
<!-- END OF EXTENSIONS TABLE -->
|
||||
|
||||
PS: the pre-installed PHP extensions are excluded from this list.
|
||||
You can list them with the following command (change `php:7.2-cli` to reflect the PHP version you are interested in):
|
||||
|
||||
```sh
|
||||
docker run --rm -it php:7.2-cli php -m
|
||||
```
|
||||
|
||||
## Special requirements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user