We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3147589 commit e17de5bCopy full SHA for e17de5b
README.md
@@ -53,7 +53,7 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
53
RUN install-php-extensions gd xdebug
54
```
55
Alternative that does not increase the image size with the tool
56
-```
+```Dockerfile
57
RUN --mount=type=bind,from=mlocati/php-extension-installer:1.5,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \
58
install-php-extensions pcntl
59
0 commit comments