Fix Kingfisher container: make /tmp world-writable
Container runs as user 65534 (nobody) but /tmp was owned by root. Set sticky bit + world-writable (1777) like a standard /tmp. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
14f366f993
commit
0fe0eed35a
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ pkgs.dockerTools.buildLayeredImage {
|
|||
|
||||
extraCommands = ''
|
||||
mkdir -p tmp
|
||||
chmod 1777 tmp
|
||||
'';
|
||||
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue