mount is in utillinux
This commit is contained in:
parent
a3dde7776b
commit
d27f710b87
@ -32,7 +32,7 @@ in buildGoPackage rec {
|
|||||||
|
|
||||||
substituteInPlace pkg/bootstrap/docker/host/host.go \
|
substituteInPlace pkg/bootstrap/docker/host/host.go \
|
||||||
--replace 'nsenter --mount=/rootfs/proc/1/ns/mnt mkdir' \
|
--replace 'nsenter --mount=/rootfs/proc/1/ns/mnt mkdir' \
|
||||||
'nsenter --mount=/rootfs/proc/1/ns/mnt ${coreutils}/bin/mount'
|
'nsenter --mount=/rootfs/proc/1/ns/mnt ${utillinux}/bin/mount'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user