docker update 2

This commit is contained in:
Christopher Franko 2015-09-03 13:14:41 -04:00
parent f530fb8150
commit 338fcf7b3d

View file

@ -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