Closed jmizv closed 5 months ago
It seems like you modified the Dockerfile. It calls the Gradle wrapper ./gradlew
.
You also need to clone the whole repository, not just download the Dockerfile
It seems like you modified the Dockerfile. It calls the Gradle wrapper
./gradlew
.You also need to clone the whole repository, not just download the Dockerfile
At first I tried with ./gradlew
with the same result.
Okay, thanks for the hint with using the whole repository. I will try this.
I gave this another try.
I've cloned the whole repository and followed the steps mentioned in the README.md. After building the Docker image from scratch and downloading some segment files I tried to start the brouter container but it failed with the following problem:
brouter$ docker run --rm -v ./misc/scripts/segments4:/segments4 brouter
ls: cannot access '../../../brouter-server/build/libs/brouter-*-all.jar': No such file or directory
Error: Could not find or load main class ......segments4
Caused by: java.lang.ClassNotFoundException: //////segments4
What am I doing wrong? :thinking:
Seems to work now, sorry, for the inconvenience. I've just rebuild it...
I've downloaded the
Dockerfile
and executed the command as suggested but I got:I work on Ubuntu 22.4. Did I miss something?