Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Update to current omniscale/imposm3
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Nov 9, 2017
1 parent 3d88dae commit b9bd234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN go get github.com/julien-noblet/download-geofabrik \
&& go get github.com/tools/godep \
# && git clone --quiet --depth 1 https://github.com/omniscale/imposm3 \
#
# testing new filter syntax : https://github.com/omniscale/imposm3/pull/135
&& git clone --quiet --depth 1 https://github.com/openmaptiles/imposm3.git -b filter_reject_require_v1 \
# update to current omniscale/imposm3
&& git clone --quiet --depth 1 https://github.com/openmaptiles/imposm3.git -b v2017-10-18 \
$GOPATH/src/github.com/omniscale/imposm3 \
&& make build \
&& mv imposm3 /usr/bin/imposm3 \
Expand Down

3 comments on commit b9bd234

@ImreSamu
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jirik : Maybe it is worth to upgrade "FROM golang:1.7" to the latest golang docker image ("FROM golang:1.9")

// https://hub.docker.com/r/library/golang/tags/

@jirik
Copy link
Contributor Author

@jirik jirik commented on b9bd234 Nov 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ImreSamu Ugraded to 1.8, because 1.9 unmet dependencies:

The following packages have unmet dependencies:
 libleveldb-dev : Depends: libleveldb1 (= 1.18-2~bpo8+1) but it is not going to be installed
 osmosis : Depends: default-jre-headless but it is not going to be installed or
                    java7-runtime-headless

@ImreSamu
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jirik : thanks. 1.8 is much better than 1.7

Please # to comment.