Commit 1d8c0c5
committed
Fix coursier cache permissions for bootcamp user
The coursier cache directory was owned by root, causing permission
denied errors when the bootcamp user tried to write lock files.
Changes:
- Add: RUN chown -R bootcamp:bootcamp /coursier_cache
- Fixes: "Permission denied" error on .structure.lock
Error: /coursier_cache/.structure.lock (Permission denied)1 parent c3fc486 commit 1d8c0c5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments