Closed ccheetham closed 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.
gradlew
CRLF
Using Windows to build a Linux container can result in following error:
The
gradlew
file hasCRLF
s which confuse the pound-bang magic.