mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
docker.nix: set correct permissions on /tmp
This commit is contained in:
parent
ed3bc63666
commit
d9aabb7acb
@ -232,6 +232,9 @@ pkgs.dockerTools.buildLayeredImageWithNixDb {
|
||||
rm -rf nix-support
|
||||
ln -s /nix/var/nix/profiles nix/var/nix/gcroots/profiles
|
||||
'';
|
||||
fakeRootCommands = ''
|
||||
chmod 1777 tmp
|
||||
'';
|
||||
|
||||
config = {
|
||||
Cmd = [ "/root/.nix-profile/bin/bash" ];
|
||||
|
Loading…
Reference in New Issue
Block a user