Merge "Dockerfile: fix for Go 1.8"

This commit is contained in:
Mathieu Lonjaret 2017-02-28 14:52:39 +00:00 committed by Gerrit Code Review
commit 9047f0e6f8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ENV GOROOT /usr/local/go
ENV PATH $GOROOT/bin:/gopath/bin:$PATH
ENV GOPATH /gopath
ENV CGO_ENABLED 0
ENV CAMLI_GOPHERJS_GOROOT /usr/local/go1.7
ENV CAMLI_GOPHERJS_GOROOT /usr/local/go
WORKDIR /gopath/src/camlistore.org
RUN go run make.go