mirror of https://github.com/perkeep/perkeep.git
Dockerfile: add CAMLI_GOPHERJS_GOROOT
Change-Id: Icc8bca6e8c01620b25e943f6423c6b4925ebbff7
This commit is contained in:
parent
02548899a8
commit
b7e471a4f8
|
@ -31,6 +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
|
||||
|
||||
WORKDIR /gopath/src/camlistore.org
|
||||
RUN go run make.go
|
||||
|
|
Loading…
Reference in New Issue