mirror of https://github.com/perkeep/perkeep.git
Dockerfile: fix for Go 1.8
Change-Id: I81982fe5d23e9846822024222e2006905a1158dc
This commit is contained in:
parent
cc5f683e57
commit
2a27bccf46
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue