Run go get for docker image, and fix make file

This commit is contained in:
Leonid Bugaev
2014-10-09 11:41:03 +04:00
parent b2f90789d2
commit 2c03d3ee28
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -2,4 +2,6 @@ FROM google/golang
WORKDIR /gopath/src/gor
ADD . /gopath/src/gor
ADD . /gopath/src/gor
RUN go get