Closed simonpintarelli closed 1 year ago
Besides builder.py there were also files copied using cp to /store. Replace it by install -m 644 to make sure the created image is world readable.
builder.py
cp
/store
install -m 644
Besides
builder.py
there were also files copied usingcp
to/store
. Replace it byinstall -m 644
to make sure the created image is world readable.