We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b005a44 commit b93e271Copy full SHA for b93e271
debian-snapcast-librespot/Dockerfile
@@ -23,7 +23,7 @@ ENV ARCH=amd64
23
RUN apt-get update
24
RUN apt install -y curl unzip \
25
&& curl -Ls -o /tmp/snapserver.deb \
26
- "https://github.com/badaix/snapcast/releases/download/v${SNAPCAST_VERSION}/snapserver_${SNAPCAST_VERSION}${SNAPCAST_PATCH_REV}_amd64-bookworm.deb" \
+ "https://github.com/badaix/snapcast/releases/download/v${SNAPCAST_VERSION}/snapserver_${SNAPCAST_VERSION}${SNAPCAST_PATCH_REV}_amd64_bookworm.deb" \
27
&& dpkg -i /tmp/snapserver.deb || apt -f install -y \
28
&& mv /etc/snapserver.conf /etc/snapserver.conf.org \
29
&& rm -f /tmp/snapserver.deb \
0 commit comments