From c0cfaa39949589a0fb7b722e85430b7c2804d829 Mon Sep 17 00:00:00 2001 From: lonix Date: Thu, 16 Jul 2015 14:30:15 +0200 Subject: [PATCH] Prepareing for release --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b70fa4..3af1a01 100755 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,9 @@ ENV TERM screen CMD ["/sbin/my_init"] # Install Dependencies -RUN apt-get update -q -RUN apt-get install -qy git python wget -RUN apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/* -RUN mkdir /opt/headphones +RUN apt-get update -q && \ +apt-get install -qy git python wget && \ +apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/* #Volumes and Ports EXPOSE 8181