Skip to content

Commit

Permalink
Merge pull request brettt89#53 from michalkleiner/patch-1
Browse files Browse the repository at this point in the history
Fix example on installing custom PHP extensions
  • Loading branch information
brettt89 authored Jun 5, 2021
2 parents d3c3b3d + 67b5c76 commit fe80509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ We provide the helper scripts [`docker-php-extension-installer`](https://hub.doc

```Dockerfile
FROM brettt89/silverstripe-web:7.4-apache
RUN docker-php-extension-installer xdebug
RUN install-php-extensions xdebug
```

### Default extensions
Expand Down

0 comments on commit fe80509

Please sign in to comment.