Skip to content

Commit

Permalink
Upgrading to Snapcast 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Feb 11, 2023
1 parent b023067 commit d87bc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM python:3.9-slim-bullseye
RUN apt-get update && apt-get install wget pkg-config build-essential python3-gi python3-gi-cairo gir1.2-gtk-3.0 libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev libpython3-dev libdbus-1-dev libgirepository1.0-dev -y
RUN pip3 install python-mpd2 PyGObject dbus-python musicbrainzngs websocket-client

ARG SNAPCASTVERSION=0.26.0
ARG SNAPCAST_FILE="0.26.0-1"
ARG SNAPCASTVERSION=0.27.0
ARG SNAPCAST_FILE="0.27.0-1"

RUN wget 'https://github.com/badaix/snapcast/releases/download/v'$SNAPCASTVERSION'/snapserver_'$SNAPCAST_FILE'_amd64.deb'
RUN dpkg -i --force-all 'snapserver_'$SNAPCAST_FILE'_amd64.deb'
Expand Down

0 comments on commit d87bc74

Please sign in to comment.