about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/toolbox/glibc.patch
blob: 1055dc965a0bf8102b64a66544eafdd90bea7a2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/cmd/create.go b/src/cmd/create.go
index 74e90b1..113ef80 100644
--- a/src/cmd/create.go
+++ b/src/cmd/create.go
@@ -423,6 +425,7 @@ func createContainer(container, image, release string, showCommandToEnter bool)
 		"--volume", toolboxPathMountArg,
 		"--volume", usrMountArg,
 		"--volume", runtimeDirectoryMountArg,
+		"--volume", "@glibc@:@glibc@:ro",
 	}...)
 
 	createArgs = append(createArgs, avahiSocketMount...)