From 68ffdb9da12cc85b89715a0fee2e665a9409915b Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 27 Oct 2016 16:46:16 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73a4632..847f973 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV PLEX_INSTALL="https://plex.tv/downloads/latest/1?channel=8&build=linux-ubunt ENV DEBIAN_FRONTEND="noninteractive" ENV HOME="/config" ENV PLEX_DOWNLOAD="https://downloads.plex.tv/plex-media-server" - +ENV test=test # install packages RUN \ apt-get update && \