Merge pull request #29424 from tonistiigi/fix-sdin-close

Fix race on sending stdin close event
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69feaf4..8a3ea6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,10 @@
 After making those changes, run `sudo systemctl daemon-reload`, and `sudo
 systemctl restart docker` to reload changes and (re)start the docker daemon.
 
+### Runtime
+
+- Fix race on sending stdin close event [#29424](https://github.com/docker/docker/pull/29424)
+
 ### Networking
 
 - Fix panic in docker network ls when a network was created with `--ipv6` and no ipv6 `--subnet` in older docker versions [#29416](https://github.com/docker/docker/pull/29416)
diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le
index 1bbda91..7463447 100644
--- a/Dockerfile.ppc64le
+++ b/Dockerfile.ppc64le
@@ -94,7 +94,7 @@
 	| 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