mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-16 17:31:46 +08:00
Install dbus
This commit is contained in:
parent
8eed8216b4
commit
a3ea1a90fa
@ -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 gdebi-core wget && \
|
||||
apt-get install -qy dbus gdebi-core 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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user