brown-uk / dict_uk

Project to generate POS tag dictionary for Ukrainian language
GNU General Public License v3.0
550 stars 71 forks source link

Docker image doesn't build with error "/usr/bin/env: 'sh\r': No such file or directory" #269

Closed ygolovnia closed 3 years ago

ygolovnia commented 3 years ago

Step 2/6 : RUN apt update ---> Using cache ---> dd90250769d2 Step 3/6 : RUN apt install -y openjdk-8-jdk ---> Using cache ---> b3804db140fa Step 4/6 : ADD . /src ---> Using cache ---> b3675290c851 Step 5/6 : WORKDIR /src ---> Using cache ---> 9fc0f7ea87a9 Step 6/6 : RUN ./gradlew expand ---> Running in 986617dcc528 /usr/bin/env: 'sh\r': No such file or directory The command '/bin/sh -c ./gradlew expand' returned a non-zero code: 127

arysin commented 3 years ago

Is this on Windows?