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?

貢獻者指南