This commit is contained in:
Christopher Franko 2015-09-03 13:21:46 -04:00
parent 338fcf7b3d
commit 2e7a411dd0

View file

@ -12,7 +12,7 @@ RUN apt-get dist-upgrade -q -y
RUN apt-get install -q -y unattended-upgrades
# Install Expanse
RUN apt-get install -q -s 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 go install go1.4
RUN gvm use go1.4 --default