1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

[1.12.x] ppc64le, update gopath to include vendor

The vendor change doesn't happen until 1.13.0, so revert
back to old gopath. Fixes building on ppc64le.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
This commit is contained in:
Christopher Jones 2016-12-14 16:43:35 -05:00
parent 146400425e
commit 1b8209bf6d
No known key found for this signature in database
GPG key ID: 9675B4D446658DE9

View file

@ -94,7 +94,7 @@ RUN curl -fsSL "https://golang.org/dl/go${GO_VERSION}.linux-ppc64le.tar.gz" \
| tar -xzC /usr/local
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV GOPATH /go:/go/src/github.com/docker/docker/vendor
# This has been commented out and kept as reference because we don't support compiling with older Go anymore.
# ENV GOFMT_VERSION 1.3.3