This commit is contained in:
Liang Ding 2015-08-05 11:46:44 +08:00
parent 1c661915b7
commit bcf41780ab
3 changed files with 4 additions and 2 deletions

View File

@ -2,14 +2,16 @@ FROM golang:cross
MAINTAINER Liang Ding <dl88250@gmail.com>
ADD . /wide/gogogo/src/github.com/b3log/wide
RUN tar zxf /wide/gogogo/src/github.com/b3log/wide/golang.org.tar.gz /wide/gogogo/src/
RUN tar zxf /wide/gogogo/src/github.com/b3log/wide/docker-deps/golang.org.tar.gz -C /wide/gogogo/src/
RUN tar zxf /wide/gogogo/src/github.com/b3log/wide/docker-deps/ide_stud.tar.gz -C /wide/gogogo/src/github.com/88250/
RUN useradd wide && useradd runner
ENV GOROOT /usr/src/go
ENV GOPATH /wide/gogogo
RUN github.com/88250/ide_stub github.com/nsf/gocode github.com/bradfitz/goimports
RUN go get -v github.com/88250/ide_stub github.com/nsf/gocode github.com/bradfitz/goimports
WORKDIR /wide/gogogo/src/github.com/b3log/wide
RUN go get -v && go build -v

BIN
docker-deps/ide_stub.tar.gz Normal file

Binary file not shown.