Skip to content

Commit 1ed1d39

Browse files
committed
Enable extra plugin for convenience
1 parent df1e050 commit 1ed1d39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-gitlabci/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN su domjudge -c "cd /home/domjudge && \
3838
npm cache clean --force"
3939

4040
# Install needed global PHP modules
41-
RUN composer -n require justinrainbow/json-schema phpcompatibility/php-compatibility:dev-develop
41+
RUN composer -n require justinrainbow/json-schema phpcompatibility/php-compatibility:dev-develop && \
42+
composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
4243

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

0 commit comments

Comments
 (0)