Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile: Added dos2unix and convert entry point
Install dos2unix command and run dos2unix on the entry point script. This is need to guarantee that the entry point script is using Unix line ending, if this is not the case the container will fail to start. Note that even if the entry point script is checked in with Unix line ending cloning the repo on a windows system can change the line ending to DOS depending on how git is installed on windows. By default git will convert from Unix to DOS line ending while files are checkout and convert back to Unix line ending on check in. Fixes: zephyrproject-rtos#10 Signed-off-by: Jan Van Winkel <[email protected]>
- Loading branch information