Update download url

This commit is contained in:
dave 2018-02-25 21:13:29 +00:00
parent 7e311ae869
commit 8f12cbd14e
1 changed files with 1 additions and 1 deletions

View File

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