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
fix: Install Bun and tools for root user in Dockerfile
GitHub Actions run as root, so tools need to be installed for both vscode
and root users. This adds:
- Bun installation for root (required for claude-code-action)
- PATH exports in /root/.bashrc for proper shell environment
- Separate RUN statements with echo for better debugging and caching
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments