mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #260063 from fionera/issue-257172
dockerTools: create /tmp in rootLayer
This commit is contained in:
commit
71059c8f4b
@ -446,7 +446,7 @@ rec {
|
||||
'';
|
||||
|
||||
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 --rbind /dev mnt/dev
|
||||
|
Loading…
Reference in New Issue
Block a user