SteeltoeOSS / Dockerfiles

Apache License 2.0
16 stars 14 forks source link

Building Linux containers on Windows may result in CRLF-related error #15

Closed ccheetham closed 4 years ago

ccheetham commented 4 years ago

Using Windows to build a Linux container can result in following error:

RUN ./gradlew build
 ---> Running in 2939fc70cc52
/bin/sh: ./gradlew: not found

The gradlew file has CRLFs which confuse the pound-bang magic.