diff --git a/Dockerfile b/Dockerfile index ae91f3e..4ff3ceb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN go build github.com/go-fsnotify/fsnotify RUN go build github.com/gorilla/sessions RUN go build github.com/gorilla/websocket +RUN go install github.com/visualfc/gotools github.com/nsf/gocode github.com/bradfitz/goimports + WORKDIR /wide/gogogo/src/github.com/b3log/wide RUN go build -v diff --git a/deps/github.com.tar.gz b/deps/github.com.tar.gz index 214552e..77bad5a 100644 Binary files a/deps/github.com.tar.gz and b/deps/github.com.tar.gz differ