We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3043e commit ec380b6Copy full SHA for ec380b6
docker-gitlabci/Dockerfile
@@ -39,7 +39,7 @@ RUN su domjudge -c "cd /home/domjudge && \
39
40
# Install needed global PHP modules, squizlabs/php_codesniffer is soft requirement for phpcompatibility/php-compatibility
41
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
+RUN composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true && composer install # Make sure the plugin runs
43
44
# Install other PHP versions
45
RUN add-apt-repository ppa:ondrej/php -y && apt-get update && \
0 commit comments