graham-walker / youtube-dl-react-viewer

Web app for youtube-dl/yt-dlp, created using the MERN stack
https://react.gwalkerux.com/
MIT License
92 stars 9 forks source link

docker-compose doesn't work under Raspberry Pi 4B #23

Closed wurlog closed 1 year ago

wurlog commented 3 years ago

When I build the container with

sudo docker-compose up -d

it stops at

Step 7/17 : RUN npm install --unsafe-perm

with the error message

npm ERR! ERR! sharp Prebuilt libvips 8.10.0 binaries are not yet available for linuxmusl-arm64v8

uname -m returns

aarch64

any idea how to get it running?