The problem occur when I build the image like this:
FROM --platform=linux/arm node:20
The process get stuck at:
=> => # npm info run [email protected] preinstall node_modules/aws-lambda-ric ./scripts/preinstall.sh
When I use in my dockerfile something like:
it run smoothly