parent
3147589a60
commit
e17de5b5bd
|
@ -53,7 +53,7 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
|
||||||
RUN install-php-extensions gd xdebug
|
RUN install-php-extensions gd xdebug
|
||||||
```
|
```
|
||||||
Alternative that does not increase the image size with the tool
|
Alternative that does not increase the image size with the tool
|
||||||
```
|
```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:1.5,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \
|
||||||
install-php-extensions pcntl
|
install-php-extensions pcntl
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue