Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create home directory in docker images
The recent change to use `useradd -M` in baseos and ccenv Docker images caused building of Go chaincodes to fail with error: "failed to initialize build cache at /home/chaincode/.cache/go-build: mkdir /home/chaincode: permission denied" Changing it back to allow creation of the chaincode home directory with `useradd -m` solves the problem. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
- Loading branch information