forked from github-mirror/docker-nixpkgs
images/nix: make sure /root exists
some external uses of the final image (eg drone) assume that $HOME exists and attempt to write to it.
This commit is contained in:
@@ -42,6 +42,9 @@ let
|
||||
|
||||
# make sure /tmp exists
|
||||
mkdir -m 1777 tmp
|
||||
|
||||
# need a HOME
|
||||
mkdir -vp root
|
||||
'';
|
||||
|
||||
config = {
|
||||
|
||||
Reference in New Issue
Block a user