Skip to content
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

Update docker image #1

Open
nlehuby opened this issue Jul 5, 2019 · 2 comments
Open

Update docker image #1

nlehuby opened this issue Jul 5, 2019 · 2 comments

Comments

@nlehuby
Copy link

nlehuby commented Jul 5, 2019

There are several new releases of libosmium and osmium-tools. Can you please update the dockerhub image ?

@milovanderlinden
Copy link

I am trying to make a new Dockerfile that builds. Once it is finished, I will create a pull request.

@FDenker
Copy link

FDenker commented Jun 16, 2021

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants