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 df1e050 commit 8cb164dCopy full SHA for 8cb164d
docker-gitlabci/Dockerfile
@@ -39,6 +39,7 @@ RUN su domjudge -c "cd /home/domjudge && \
39
40
# Install needed global PHP modules
41
RUN composer -n require justinrainbow/json-schema phpcompatibility/php-compatibility:dev-develop
42
+RUN composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
43
44
# Install other PHP versions
45
RUN add-apt-repository ppa:ondrej/php -y && apt-get update && \
0 commit comments