From f9b1c150c41bab1531e52a4a126aecc05a3594db Mon Sep 17 00:00:00 2001 From: Andras Iklody Date: Fri, 17 Dec 2021 10:56:21 +0100 Subject: [PATCH] Don't ignore platform reqs in dockerfile --- docker/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 \