From e17de5b5bdcf8c51289a1462cf202b89fbd6711f Mon Sep 17 00:00:00 2001 From: Max Ageev Date: Fri, 18 Nov 2022 19:23:28 +0400 Subject: [PATCH] Update README.md (#659) Syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d73842..11b5369 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ 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 -``` +```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 ```