From b7eaaf030979e53c9e4d5ddcc274a1e2e587dad6 Mon Sep 17 00:00:00 2001 From: Dominique Barton Date: Tue, 22 Dec 2015 10:05:24 +0100 Subject: [PATCH] BUGFIX: using master tree for git clone --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4eea70..a89e240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get -q update \ RUN groupadd -r -g 666 couchpotato \ && useradd -r -u 666 -g 666 -d /couchpotato couchpotato -RUN git clone https://github.com/RuudBurger/CouchPotatoServer.git /couchpotato \ +RUN git clone -b master https://github.com/RuudBurger/CouchPotatoServer.git /couchpotato \ && chown -R couchpotato: /couchpotato ADD start.sh /start.sh