mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Fixes #322. Buildpacks write into /cache as root, which made the delete command unable to delete it. Its contents are now deleted using "docker run", and thus as root.