Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

[FIX] t2d: Permission issues on ~/.cache (#186) #187

Closed antonag32 closed 1 year ago

antonag32 commented 1 year ago

Fixes #186

/home/odoo/.cache is created when installing vim by the ctrlp vim plugin and is owned by root. This causes issues when other programs like pre-commit are run without privileges by end users and try to access .cache.