Dockers for go, cpp

This commit is contained in:
sveneh
2015-01-14 17:03:37 +01:00
parent 74faa30af6
commit 9326d0a6dd
8 changed files with 101 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ RUN apt-get install -y git mercurial build-essential software-properties-common
## Build and install Go
RUN hg clone -u release https://code.google.com/p/go
RUN cd go && hg update go1.4
RUN cd go/src && ./all.bash && go version
RUN cd go/src && ./make.bash && go version
## Install GUI dependencies
RUN add-apt-repository ppa:ubuntu-sdk-team/ppa -y