update dockerfile take out develop branch checkout

This commit is contained in:
Christopher Franko 2016-01-11 15:57:45 -05:00
parent ce96716426
commit 89e13e1c80

View file

@ -26,7 +26,7 @@ ENV GOPATH /gopath
ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
RUN git clone http://www.github.com/expanse-project/go-expanse.git 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 # Install supervisor
RUN apt-get install -q -y supervisor RUN apt-get install -q -y supervisor