evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / to / toolbox / glibc.patch
blob1055dc965a0bf8102b64a66544eafdd90bea7a2d
1 diff --git a/src/cmd/create.go b/src/cmd/create.go
2 index 74e90b1..113ef80 100644
3 --- a/src/cmd/create.go
4 +++ b/src/cmd/create.go
5 @@ -423,6 +425,7 @@ func createContainer(container, image, release string, showCommandToEnter bool)
6 "--volume", toolboxPathMountArg,
7 "--volume", usrMountArg,
8 "--volume", runtimeDirectoryMountArg,
9 + "--volume", "@glibc@:@glibc@:ro",
10 }...)
12 createArgs = append(createArgs, avahiSocketMount...)