Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions snapserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ RUN \
/tmp/*

#Install Librespot
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ librespot=0.6.0-r0
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ librespot=0.7.1-r0

#Install Snapcast
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ snapcast-server=0.31.0-r0
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ snapcast=0.32.3-r0

#Install Snapweb
RUN \
wget https://github.com/badaix/snapweb/releases/download/v0.8.0/snapweb.zip && \
wget https://github.com/badaix/snapweb/releases/download/v0.9.2/snapweb.zip && \
unzip -o snapweb.zip -d /usr/share/snapserver/snapweb/ && \
rm snapweb.zip

Expand Down