mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-04 10:28:05 +01:00
Merge pull request #435 from apeschar/readme-cleanup
Remove sync call from README example
This commit is contained in:
commit
123893aa43
@ -25,7 +25,7 @@ FROM php:7.2-cli
|
|||||||
|
|
||||||
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/install-php-extensions && sync && \
|
RUN chmod +x /usr/local/bin/install-php-extensions && \
|
||||||
install-php-extensions gd xdebug
|
install-php-extensions gd xdebug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user