Skip to content

Commit ec380b6

Browse files
committed
Make the plugin trigger explicit
1 parent 7e3043e commit ec380b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-gitlabci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN su domjudge -c "cd /home/domjudge && \
3939

4040
# Install needed global PHP modules, squizlabs/php_codesniffer is soft requirement for phpcompatibility/php-compatibility
4141
RUN composer -n require justinrainbow/json-schema phpcompatibility/php-compatibility:dev-develop squizlabs/php_codesniffer
42-
RUN composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
42+
RUN composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true && composer install # Make sure the plugin runs
4343

4444
# Install other PHP versions
4545
RUN add-apt-repository ppa:ondrej/php -y && apt-get update && \

0 commit comments

Comments
 (0)