We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f0551 commit e9346d9Copy full SHA for e9346d9
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER Stian Larsen <lonixx@gmail.com>
5
RUN apt-get -q update && \
6
VERSION=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "version" | cut -d '"' -f 4) && \
7
apt-get install -qy dbus gdebi-core avahi-daemon wget && \
8
-wget -P /tmp "https://downloads.plexapp.com/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb" && \
+wget -P /tmp "https://downloads.plex.tv/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb" && \
9
gdebi -n /tmp/plexmediaserver_${VERSION}_amd64.deb && \
10
rm -f /tmp/plexmediaserver_${VERSION}_amd64.deb && \
11
apt-get clean && \
0 commit comments