This commit is contained in:
Christopher Franko 2015-09-03 15:32:29 -04:00
parent f7029428ea
commit d02ab42248

View file

@ -14,7 +14,7 @@ RUN apt-get install -q -y unattended-upgrades
# Install Expanse # Install Expanse
RUN apt-get install -q -y curl git mercurial binutils bison gcc make libgmp3-dev build-essential RUN apt-get install -q -y 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 curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer | bash
RUN source /root/.gvm/scripts/gvm RUN source ./root/.gvm/scripts/gvm
RUN go install go1.4 RUN go install go1.4
RUN gvm use go1.4 --default RUN gvm use go1.4 --default
RUN git clone http://www.github.com/expanse-project/go-expanse.git && cd go-expanse RUN git clone http://www.github.com/expanse-project/go-expanse.git && cd go-expanse