asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 587 forks source link

Unable to build docker image for arm machine #210

Open rahul1996pp opened 2 years ago

rahul1996pp commented 2 years ago

image I am getting the error that was shown in the above image i want to build image in arm machine

dheeraj-rn commented 1 year ago

Try using arm64v8/node:14-alpine instead of node:14-alpine to build the image.