Remove sync call from README example
parent
1de1e98462
commit
24b6734e72
|
@ -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/
|
||||
|
||||
RUN chmod +x /usr/local/bin/install-php-extensions && sync && \
|
||||
RUN chmod +x /usr/local/bin/install-php-extensions && \
|
||||
install-php-extensions gd xdebug
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue