dockerTools: fix /nix/store permissions
This commit is contained in:
parent
12e919bb34
commit
4d200538c2
@ -286,7 +286,9 @@ EOF
|
|||||||
cp ${layer}/* temp/
|
cp ${layer}/* temp/
|
||||||
chmod ug+w temp/*
|
chmod ug+w temp/*
|
||||||
|
|
||||||
touch layerFiles
|
# FIXME: might not be /nix/store
|
||||||
|
echo '/nix' >> layerFiles
|
||||||
|
echo '/nix/store' >> layerFiles
|
||||||
for dep in $(cat $layerClosure); do
|
for dep in $(cat $layerClosure); do
|
||||||
find $dep >> layerFiles
|
find $dep >> layerFiles
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user