We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The problem occur when I build the image like this:
FROM --platform=linux/arm node:20
The process get stuck at:
=> => # npm info run aws-lambda-ric@3.1.0 preinstall node_modules/aws-lambda-ric ./scripts/preinstall.sh
When I use in my dockerfile something like:
FROM node:20
it run smoothly