Don't ignore platform reqs in dockerfile

pull/92/head
Andras Iklody 2021-12-17 10:56:21 +01:00 committed by GitHub
parent 33057303b2
commit f9b1c150c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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