Skip to content

Commit 7e3043e

Browse files
committed
Add soft requirement
1 parent 5b88b5e commit 7e3043e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-gitlabci/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ RUN su domjudge -c "cd /home/domjudge && \
3737
npx puppeteer browsers install chrome && \
3838
npm cache clean --force"
3939

40-
# Install needed global PHP modules
41-
RUN composer -n require justinrainbow/json-schema phpcompatibility/php-compatibility:dev-develop
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
4242
RUN composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
4343

4444
# Install other PHP versions

0 commit comments

Comments
 (0)