I'm trying to build this application locally (option 2) according to the provided tutorial. Source code is also there.
I'm using skaffold run
command for it. Everything works fine but it fails on adservice
Dockerfile
line 22
with an error: /bin/sh: 1: ./gradlew: not found
. This specific file can be found here.
I'm trying to debug it for last 3 hours with no success. Apparently cloning it in this specific way - git clone https://github.com/GoogleCloudPlatform/microservices-demo.git --config core.autocrlf=true
fixes the issue, but for me it changes nothing.
Edit
Changed EOL from windows to unix, still nothing.