Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define HOME variable inside konnector jail (#4470)
Some node modules as indirect dependencies rely on HOME variable to be set. If HOME env variable is not set, the konnector fail with the following message: ``` SystemError [ERR_SYSTEM_ERROR]: A system error occurred: uv_os_homedir returned ENOENT (no such file or directory) ``` Defining this variable make the konnector happy
- Loading branch information