File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ RUN su domjudge -c "cd /home/domjudge && \
3939
4040# Install needed global PHP modules, squizlabs/php_codesniffer is soft requirement for phpcompatibility/php-compatibility
4141RUN 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 && composer install # Make sure the plugin runs
42+ RUN export COMPOSER_ALLOW_SUPERUSER=1 && \
43+ composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true && \
44+ composer install # Make sure the plugin runs
4345
4446# Install other PHP versions
4547RUN add-apt-repository ppa:ondrej/php -y && apt-get update && \
You can’t perform that action at this time.
0 commit comments