From 8f12cbd14e0c68f3b81d2fb7e49c7691c0da8e15 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 25 Feb 2018 21:13:29 +0000 Subject: [PATCH] Update download url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7fc88c..15c20d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*