Skip to content

Commit

Permalink
Changed mopidy repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
BobOtike committed May 25, 2017
1 parent 0db558f commit 4f3eb35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Pull base image
FROM resin/rpi-raspbian:jessie
MAINTAINER Malte Delfs <[email protected]>

# Install dependencies
RUN apt-get update && apt-get install -y wget
RUN wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/wheezy.list
RUN wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list
RUN apt-get update && apt-get install -y \
mopidy mopidy-spotify mopidy-spotify-tunigo \
pulseaudio pulseaudio-utils gstreamer1.0 gstreamer0.10-pulseaudio libsdl1.2debian \
Expand Down

0 comments on commit 4f3eb35

Please sign in to comment.