This commit is contained in:
Liang Ding 2015-08-05 13:21:25 +08:00
parent d80c1b7a54
commit 94d7f0c220
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ ADD . /wide/gogogo/src/github.com/b3log/wide
RUN tar zxf /wide/gogogo/src/github.com/b3log/wide/deps/golang.org.tar.gz -C /wide/gogogo/src/
RUN tar zxf /wide/gogogo/src/github.com/b3log/wide/deps/github.com.tar.gz -C /wide/gogogo/src/
RUN go build github.com/go-fsnotify/fsnotify github.com/gorilla/sessions github.com/gorilla/websocket
RUN go build github.com/go-fsnotify/fsnotify
RUN go build github.com/gorilla/sessions
RUN go build github.com/gorilla/websocket
RUN useradd wide && useradd runner