bindear /dev

This commit is contained in:
Cat /dev/Nulo 2023-01-22 00:28:10 -03:00
parent 73ddda2810
commit 024737e38a

View file

@ -64,6 +64,7 @@ https://dl-cdn.alpinelinux.org/alpine/v3.17/community`), 0600))
params := append(
[]string{"--bind", "./rootfs", "/",
"--ro-bind", ".", "/src",
"--dev-bind", "/dev", "/dev",
"--bind", tmp, "/work",
"--chdir", "/work",
},