dockerTools: create /tmp in rootLayer
This commit is contained in:
parent
50f499010a
commit
19c5b4307d
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postMount = ''
|
postMount = ''
|
||||||
mkdir -p mnt/{dev,proc,sys} mnt${storeDir}
|
mkdir -p mnt/{dev,proc,sys,tmp} mnt${storeDir}
|
||||||
|
|
||||||
# Mount /dev, /sys and the nix store as shared folders.
|
# Mount /dev, /sys and the nix store as shared folders.
|
||||||
mount --rbind /dev mnt/dev
|
mount --rbind /dev mnt/dev
|
||||||
|
|
Loading…
Reference in a new issue