From 5204fe9229efdc3f66c330123c3be9314854825a Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Wed, 15 Jul 2015 18:26:00 +0200 Subject: [PATCH] Just for simpler debugging, will change back before release --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43363a8..e3b73cc 100755 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,10 @@ ENV TERM screen CMD ["/sbin/my_init"] # Install Dependencies -RUN apt-get update -q && \ -apt-get install -qy git python wget && \ -apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/* && \ -mkdir /opt/headphones +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 #Volumes and Ports EXPOSE 8181