From 89e13e1c80d5b27460ffb2be066887940d73ffd8 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Mon, 11 Jan 2016 15:57:45 -0500 Subject: [PATCH] update dockerfile take out develop branch checkout --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9bbe5d1b83..b1d28df3c2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -26,7 +26,7 @@ ENV GOPATH /gopath ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH RUN git clone http://www.github.com/expanse-project/go-expanse.git -RUN cd go-expanse && git checkout develop && make gexp +RUN cd go-expanse && make gexp # Install supervisor RUN apt-get install -q -y supervisor