plugins are updated even when no plugin enabled

The command in the pod always includes (cd /usr/src/roundcubemail && composer require 'roundcube/plugin-installer:>=0.3.5') &&

This line fails if the pod has no internet access for example. It's also not needed when no plugins are enabled.

the line should not be there if no plugins are enabled.