When using composer in docker on Windows access to filesystem is rather slow. It would be great if the initial export to tmp directory could be located outside of the mounted FS - ideally in a custom directory, not vendor/composer/[hash] but for example /var/cache/composer or something.
Is there a configuration flag for it or something?