I noticed that using docker to do first build, will result in cloning the submodules with root owner. Do we want to add USER setting in the Dockerfile to be able to clone those with USER owner? This proves editing the submodules a bit difficult. There are workarounds - chown -R USER:GROUP submodules and such.
Not a high priority.
I noticed that using
dockerto do first build, will result in cloning the submodules withrootowner. Do we want to addUSERsetting in the Dockerfile to be able to clone those withUSERowner? This proves editing the submodules a bit difficult. There are workarounds -chown -R USER:GROUP submodulesand such.Not a high priority.