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: Remove Alpine Linux dependencies to resolve CI/CD build failures
- Replace node:20-alpine with node:20 for frontend service
- Replace amazoncorretto:20-alpine with amazoncorretto:20 for all backend services
- Fix user creation commands for standard base images (groupadd/useradd vs addgroup/adduser)
- Install required system packages (shadow-utils, curl) via yum for Amazon Corretto
- Remove invalid npm timeout config option for Node.js compatibility
- Remove problematic curl installation after user switch in frontend
Fixes permission errors, package compatibility issues, and Alpine-specific build failures.
All builds tested and validated locally before commit.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments