jupyterhub/repo2docker
Always convert line endings in `postBuild` to unix
オープン
#263 opened on 2018/03/15
enhancementgood first issuehacktoberfesthelp wanted
Repository metrics
- Stars
- (1,544 個のスター)
- PR merge metrics
- (平均マージ 17h 41m) (30d で 2 merged PRs)
説明
We should filter/convert the line endings in postBuild as that seems to cause problems (see https://github.com/jupyter/repo2docker/issues/237#issuecomment-373446647)
Is there a docker option to have it convert line endings on COPY or do we have to convert it before copying or add a tool like dos2unix to the container?