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 9df0b30 commit b1d5e64Copy full SHA for b1d5e64
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER Stian Larsen <lonixx@gmail.com>
5
RUN apt-get -q update && \
6
PLEXURL=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "ubuntu64" | cut -d '"' -f 4) && \
7
apt-get install -qy dbus avahi-daemon wget && \
8
-curl -L 'https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu' -o /tmp/plexmediaserver.deb
+curl -L 'https://plex.tv/downloads/latest/1?channel=8&build=linux-ubuntu-x86_64&distro=ubuntu' -o /tmp/plexmediaserver.deb && \
9
dpkg -i /tmp/plexmediaserver.deb && rm -f /tmp/plexmediaserver.deb && \
10
apt-get clean && \
11
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments