Updated README.md (#849)
Updated the README to use the latest version of the mlocati/php-extension-installer Docker image in the bind-mount examplepull/850/head
parent
8595a480f4
commit
0020aa9228
|
@ -69,7 +69,7 @@ You may want to run `docker pull mlocati/php-extension-installer` in order to us
|
|||
### Using the script of a Docker image
|
||||
|
||||
```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 \
|
||||
RUN --mount=type=bind,from=mlocati/php-extension-installer:latest,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \
|
||||
install-php-extensions gd xdebug
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue