Skip to content

Commit

Permalink
Specify repository version
Browse files Browse the repository at this point in the history
  • Loading branch information
grunjol authored Oct 25, 2024
1 parent 1fe9e9a commit 97b57e7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions snapserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ RUN echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/reposi
# Add packages
RUN apk add --no-cache \
coreutils \
wget \
snapcast \
snapweb \
librespot=0.4.2-r4
wget

RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ librespot=0.4.2-r4

RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ snapcast-server=0.29.0-r0

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

# Cleanup
RUN rm -rf /etc/ssl /var/cache/apk/* /lib/apk/db/*
Expand Down

0 comments on commit 97b57e7

Please sign in to comment.