Files
stable/docs
gautier pialat dffb27326e prevent convert LF->CRLF line ending on window
During docker built on windows if in  global git config  core.autocrlf = true then when have this message :

Step 6/12 : RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
 ---> Running in c0a626821132
/tmp/install_ta-lib.sh: 4: /tmp/install_ta-lib.sh: Syntax error: "&&" unexpected

this behave is because file is in the wrong line ending format

Has script files run on linux they need to use LF lines ending so we need to ensure they are not converted to CRLF lines ending if global git config is at  core.autocrlf = true.
2019-02-18 17:16:27 +01:00
..
2018-12-28 15:55:51 +01:00
2018-12-30 18:22:28 +01:00
2019-01-24 15:24:38 +01:00
2019-01-21 19:53:14 +01:00
2018-12-31 14:00:36 +01:00
2019-01-08 17:07:32 +01:00
2018-12-31 13:19:00 +01:00
2018-12-28 14:52:23 +01:00
2019-01-18 12:00:53 +01:00
2018-12-31 14:01:55 +01:00