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: ensure unzip is available for Bun installation
This fix explicitly installs unzip in the same command chain where it's used for
the Bun installation process. Even though unzip is installed earlier in the
Dockerfile, this ensures it's available at the exact point it's needed,
avoiding potential issues in CI build environments like Depot.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments