From 003e9794e17ec02e2dc935155537b19cfd1eed31 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Tue, 9 Dec 2025 14:51:36 +0100 Subject: [PATCH] Make the plugin trigger explicit --- docker-gitlabci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-gitlabci/Dockerfile b/docker-gitlabci/Dockerfile index 8472933f..86f6583b 100644 --- a/docker-gitlabci/Dockerfile +++ b/docker-gitlabci/Dockerfile @@ -39,7 +39,7 @@ RUN su domjudge -c "cd /home/domjudge && \ # Install needed global PHP modules, squizlabs/php_codesniffer is soft requirement for phpcompatibility/php-compatibility RUN composer -n require justinrainbow/json-schema phpcompatibility/php-compatibility:dev-develop squizlabs/php_codesniffer -RUN composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true +RUN composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true && composer install # Make sure the plugin runs # Install other PHP versions RUN add-apt-repository ppa:ondrej/php -y && apt-get update && \