balena-io-experimental / balena-sound

Build a single or multi-room streamer for an existing audio device using a Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect
https://balena.io/blog/turn-your-old-speakers-or-hi-fi-into-bluetooth-receivers-using-only-a-raspberry-pi/
MIT License
2.43k stars 430 forks source link

airplay build issue #663

Closed fry121 closed 3 months ago

fry121 commented 3 months ago

During build I receive this error

Error: The command '/bin/sh -eo pipefail -c apk update && apk add --no-cache supervisor curl~=7 && curl -skL https://raw.githubusercontent.com/balena-io-experimental/audio/master/scripts/alsa-bridge/alpine-setup.sh | sh && apk del curl' returned a non-zero code: 2

This is related to file: plugins/airplay/Dockerfile.template

fry121 commented 3 months ago

Just rebuilt and it completed without error. Not sure what changed.