Hi, i’ve also had an issue with sharp and added an install step for the sharp module in the Dockerfile
RUN npm install --ignore-scripts=false --verbose sharp
RUN npm install --platform=linux --arch=arm64v8 sharp
maybe this will help
Hi, i’ve also had an issue with sharp and added an install step for the sharp module in the Dockerfile
RUN npm install --ignore-scripts=false --verbose sharp
RUN npm install --platform=linux --arch=arm64v8 sharp
maybe this will help