Merge pull request #435 from apeschar/readme-cleanup

Remove sync call from README example
This commit is contained in:
Michele Locati 2021-09-22 08:27:48 +02:00 committed by GitHub
commit 123893aa43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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