Skip to content

Commit

Permalink
chore: attempt to fix Composer\Plugin\PluginBlockedException
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea committed Jan 24, 2025
1 parent 19d1c7e commit e830fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ RUN docker-php-ext-install pdo_mysql
# Install Composer
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

This comment has been minimized.

Copy link
@paladox

paladox Jan 24, 2025

Contributor

You'll need to do dealerdirect/phpcodesniffer-composer-installer as well.

This comment has been minimized.

Copy link
@gesinn-it-gea

gesinn-it-gea Jan 24, 2025

Author Collaborator

... could you do a PR? I'm currently not on my PC

This comment has been minimized.

Copy link
@paladox

paladox Jan 24, 2025

Contributor

Done #11


RUN composer update

###################################################
Expand Down

0 comments on commit e830fb6

Please sign in to comment.