Reimplentation of Dbus and Avahi services.

This commit is contained in:
Stian Buch Larsen 2015-06-30 20:48:43 +02:00
parent 874691d0ba
commit b34411a956

View file

@ -12,7 +12,7 @@ CMD ["/sbin/my_init"]
# Install Plex
RUN apt-get -q update && \
VERSION=$(curl https://raw.githubusercontent.com/linuxserver/misc-files/master/plex-version/public) && \
apt-get install -qy dbus gdebi-core wget && \
apt-get install -qy dbus gdebi-core avahi-daemon wget && \
wget -P /tmp "http://downloads.plexapp.com/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb" && \
gdebi -n /tmp/plexmediaserver_${VERSION}_amd64.deb && \
rm -f /tmp/plexmediaserver_${VERSION}_amd64.deb && \