Skip to content

Commit

Permalink
Fix build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Oct 26, 2024
1 parent 1ed7804 commit 3c45030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/airplay/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ SHELL ["/bin/sh", "-eo", "pipefail", "-c"]

# shairport-sync docker image doesn't include pulseaudio support so we use ALSA bridge
ENV PULSE_SERVER=tcp:localhost:4317
RUN apk upgrade --no-cache
RUN apk add --no-cache supervisor curl
RUN apk upgrade --no-cache && apk add --no-cache supervisor curl
RUN curl -skL https://raw.githubusercontent.com/balena-io-experimental/audio/master/scripts/alsa-bridge/alpine-setup.sh | sh
RUN apk del curl

Expand Down

0 comments on commit 3c45030

Please sign in to comment.