From 338fcf7b3da1ccf6336adffa8806ce5d11131807 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Thu, 3 Sep 2015 13:14:41 -0400 Subject: [PATCH] docker update 2 --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index cf781c87c5..6ee5b71f6e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,8 +12,8 @@ RUN apt-get dist-upgrade -q -y RUN apt-get install -q -y unattended-upgrades # Install Expanse -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 apt-get install -q -s curl git mercurial binutils bison gcc make libgmp3-dev build-essential +RUN curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer | bash 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