We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are several new releases of libosmium and osmium-tools. Can you please update the dockerhub image ?
The text was updated successfully, but these errors were encountered:
I am trying to make a new Dockerfile that builds. Once it is finished, I will create a pull request.
Sorry, something went wrong.
If anyone finds this (like I did a few days ago) it is probably easiest to just create a docker image using a Dockerfile with the following content:
FROM ubuntu:20.04 RUN apt-get update RUN apt-get update && apt-get install -y \ osmium-tool
This is really super basic but gets all the relevant dependencies without having to try to get CMAKE to work...
No branches or pull requests
There are several new releases of libosmium and osmium-tools. Can you please update the dockerhub image ?
The text was updated successfully, but these errors were encountered: