diff --git a/README.md b/README.md index 93f1e46..21afc0d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ RUN curl -sSLf \ ```Dockerfile FROM php:8.2-cli -RUN curl -sSL https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions -o - | sh -s \ +RUN ( curl -sSLf https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions -o - || echo 'return 1' ) | sh -s \ gd xdebug ```