Merge pull request #245178 from LeSuisse/docker-cli-workaround-go-1.20.6
docker: apply fix starting containers with a local connection with the CLI
This commit is contained in:
@@ -188,6 +188,14 @@ rec {
|
||||
++ lib.optional withSeccomp libseccomp
|
||||
++ plugins;
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "fix-issue-with-go-1.20.6.patch";
|
||||
url = "https://github.com/docker/cli/pull/4441.patch";
|
||||
hash = "sha256-F4ueSbdBk1w8OqC4Dgh8+4Ql4zTjehaM368ET7k6Yx8=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs man scripts/build/
|
||||
substituteInPlace ./scripts/build/.variables --replace "set -eu" ""
|
||||
|
||||
Reference in New Issue
Block a user