Skip to content

Commit

Permalink
added forbidden golang mirror workaround to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bodokaiser committed May 31, 2015
1 parent 7a2aac7 commit 59a53b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -27,6 +27,8 @@ RUN cmake \

RUN make && make install && rm -rf $CVPATH

# workaround to fix ip blacklisting from official google mirrors
RUN git clone http://github.com/golang/net $GOPATH/src/golang.org/x/net
# workaround to linking problem by using gcc over clang
RUN CC="" CXX="" go get github.com/bodokaiser/retina/...
RUN go build github.com/bodokaiser/retina/cmd/http
Expand Down

0 comments on commit 59a53b8

Please sign in to comment.