Docker error #3307
-
Hi, I want starting the docker container, but get following error: [conductor:server builder 4/4] RUN ./gradlew build -x test --stacktrace: #0 0.508 /bin/sh: 1: ./gradlew: not found failed to solve: executor failed running [/bin/sh -c ./gradlew build -x test --stacktrace]: exit code: 127 I cloned the current repository... What I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
./gradle file should have LF format. |
Beta Was this translation helpful? Give feedback.
-
Having same issue |
Beta Was this translation helpful? Give feedback.
-
Hi @Taqi-Techverx ,
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I was having the same issue. I did some tinkering after the issue was fixed with the above solution. Instead of turning
To |
Beta Was this translation helpful? Give feedback.
./gradle file should have LF format.