Thank you @MauroRiboniMX for helping! I did not run docker as normal user enter the command line below line by line: Source sudo addgroup --system docker
sudo adduser $USER docker
newgrp docker
sudo snap disable docker
sudo snap enable docker Also before executing ./build_all.sh enter this command line "sudo chmod 777 -R *” to enable every user has the rights to not only access this folder, but also read, write and execute it's files.
... View more