Remove sync call from README example

pull/435/head
Albert Peschar 2021-09-22 07:27:25 +03:00
parent 1de1e98462
commit 24b6734e72
1 changed files with 1 additions and 1 deletions

View File

@ -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
```