Skip to content

Commit

Permalink
add testing repo for librespot binary
Browse files Browse the repository at this point in the history
  • Loading branch information
grunjol committed May 24, 2021
1 parent 07e45d5 commit 8fcdcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Setup base
RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
RUN echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories

# Add packages
RUN apk add --no-cache \
Expand Down

0 comments on commit 8fcdcf7

Please sign in to comment.