diff --git a/docker/Dockerfile b/docker/Dockerfile index 7e2035e..6e0cb03 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -24,7 +24,6 @@ RUN curl -sL https://getcomposer.org/installer | \ USER www-data RUN composer install \ - --ignore-platform-reqs \ --no-interaction \ --no-plugins \ --no-scripts \