From b1d5e641aec0c5307bbe75290a6e2aaaa53d18d0 Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Thu, 7 Apr 2016 15:05:42 +0200 Subject: [PATCH] Forgot && \ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0568ca..3d2c434 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Stian Larsen RUN apt-get -q update && \ PLEXURL=$(curl -s https://tools.linuxserver.io/latest-plex.json| grep "ubuntu64" | cut -d '"' -f 4) && \ apt-get install -qy dbus avahi-daemon wget && \ -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 && \ dpkg -i /tmp/plexmediaserver.deb && rm -f /tmp/plexmediaserver.deb && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*