-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem building from Dockerfile #694
Comments
It seems like you modified the Dockerfile. It calls the Gradle wrapper You also need to clone the whole repository, not just download the Dockerfile |
At first I tried with 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? 🤔 |
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?
The text was updated successfully, but these errors were encountered: