From f530fb815095a90bfbfbe9322af6849b7a32eb16 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Thu, 3 Sep 2015 12:51:01 -0400 Subject: [PATCH] update docker file --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2e9865a4e2..cf781c87c5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,11 +12,12 @@ RUN apt-get dist-upgrade -q -y RUN apt-get install -q -y unattended-upgrades # Install Expanse -RUN apt-get install git binutils bison gcc make libgmp3-dev +RUN apt-get install -q -s git binutils bison gcc make libgmp3-dev RUN bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) RUN go install go1.4 RUN gvm use go1.4 --default RUN git clone http://www.github.com/expanse-project/go-expanse.git && cd go-expanse +RUN git checkout develop RUN make gexp # Install supervisor