Ver código fonte

Merge pull request #29425 from tophj-ibm/fix-ppc64le-gopath

[1.12.x] ppc64le, update gopath to include vendor
Kenfe-Mickaël Laventure 8 anos atrás
pai
commit
eb6bab3338
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile.ppc64le

+ 1 - 1
Dockerfile.ppc64le

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