Make examples consistent in README

pull/720/head
Michele Locati 2023-03-09 13:26:19 +01:00
parent faade20cd7
commit aec3818fd8
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ You may want to run `docker pull mlocati/php-extension-installer` in order to us
```Dockerfile
RUN --mount=type=bind,from=mlocati/php-extension-installer:1.5,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \
install-php-extensions pcntl
install-php-extensions gd xdebug
```
**Warning**: by using this method you may use an outdated version of the `mlocati/php-extension-installer` image.