jupyterhub/repo2docker

Always convert line endings in `postBuild` to unix

开放

#263 创建于 2018年3月15日

 (5 条评论) (0 个反应) (0 位负责人)Python (358 个派生)batch import
enhancementgood first issuehacktoberfesthelp wanted

仓库指标

星标
 (1,544 个星标)
PR 合并指标
 (平均合并 17小时 41分钟) (30 天内合并 2 个 PR)

描述

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?

贡献者指南