You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker: Keep LF on bash configs for Windows builds
Fixes an issue when building on Windows where the bash configs
(`docker/etc/skel`) were checked out with `\r\n` file endings, then
included with `COPY` during docker build. Causing an error when running
the container:
```bash
bash: $'\r': command not found
bash: /home/pi/.bashrc: line 6: syntax error near unexpected token
`$'in\r''
'ash: /home/pi/.bashrc: line 6: `case $- in
```
Everything in the docker/rpi folder should be treated as Linux files.
0 commit comments