You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments