Why sonar-scanner downloads plugins

I’m using sonarqube ver 6.7.

In every new instance of sonar scanner, the first scan downloads all the plugins.
This creates issue, then you’re running scanner in a container, which is created everytime before deployment.
So every deployment is downloading all the plugins.

So just wanted to know, why it does that & is there any workaround available?

Regards