mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
Update README.md (#658)
This commit is contained in:
parent
60f1b37ba1
commit
3147589a60
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
|
|||
|
||||
RUN install-php-extensions gd xdebug
|
||||
```
|
||||
Alternative that does not increase the image size with the tool
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
> **Warning**: by using this method you may use an outdated version of the `mlocati/php-extension-installer` image.
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue