Skip to content

Commit e17de5b

Browse files
authored
Update README.md (mlocati#659)
Syntax highlighting
1 parent 3147589 commit e17de5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
5353
RUN install-php-extensions gd xdebug
5454
```
5555
Alternative that does not increase the image size with the tool
56-
```
56+
```Dockerfile
5757
RUN --mount=type=bind,from=mlocati/php-extension-installer:1.5,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \
5858
install-php-extensions pcntl
5959
```

0 commit comments

Comments
 (0)