Dockerfile: add CAMLI_GOPHERJS_GOROOT

Change-Id: Icc8bca6e8c01620b25e943f6423c6b4925ebbff7
This commit is contained in:
mpl 2017-02-03 23:08:49 +01:00
parent 02548899a8
commit b7e471a4f8
1 changed files with 1 additions and 0 deletions

View File

@ -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