From 6076422259b0029618feea9dbd3f2ee026111f14 Mon Sep 17 00:00:00 2001 From: gesinn-it-gea Date: Mon, 24 Feb 2025 13:25:10 +0100 Subject: [PATCH] chore (composer): allow-plugins.composer/installers true --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b488227..333af07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,7 @@ COPY --from=composer:2.2 /usr/bin/composer /usr/local/bin/composer RUN echo "{}" > composer.local.json && \ COMPOSER=composer.local.json composer config --no-plugins allow-plugins.wikimedia/composer-merge-plugin true && \ COMPOSER=composer.local.json composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true + COMPOSER=composer.local.json composer config --no-plugins allow-plugins.composer/installers true RUN composer update