Use latest plex version auto dl url

This commit is contained in:
dave 2017-12-11 19:46:29 -08:00
parent 9afa9a251b
commit 7e311ae869
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:trusty
RUN apt-get update ;\ RUN apt-get update ;\
apt-get install -y wget ;\ apt-get install -y wget ;\
wget -O /tmp/plex.deb https://downloads.plex.tv/plex-media-server/1.9.4.4325-1bf240a65/plexmediaserver_1.9.4.4325-1bf240a65_amd64.deb ;\ wget -O /tmp/plex.deb "https://plex.tv/downloads/latest/1?channel=16&build=linux-ubuntu-x86_64&distro=ubuntu&X-Plex-Token=n8GxVsadGxysCz5Uw5yi" ;\
dpkg -i /tmp/plex.deb ;\ dpkg -i /tmp/plex.deb ;\
rm -rf /tmp/plex.deb /var/lib/apt/lists/* rm -rf /tmp/plex.deb /var/lib/apt/lists/*