Skip to content

Commit

Permalink
Chore: use snapcast from regular alpine repo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jan 16, 2025
1 parent 97d55f9 commit 446bbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN set -x \
libnfs \
# openssl-dev is needed for airplay
openssl-dev \
# install snapcast from community repo (because we need 0.28+)
&& apk add --no-cache snapcast --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community
# install snapcast so the snapcast provider can run the builtin snapcast server
snapcast

# Get static ffmpeg builds from https://hub.docker.com/r/mwader/static-ffmpeg/
COPY --from=mwader/static-ffmpeg:7.1 /ffmpeg /usr/local/bin/
Expand Down

0 comments on commit 446bbbd

Please sign in to comment.