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

Commit

Permalink
temporary add an imposm3 pull request as a build source
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Jan 8, 2017
1 parent 003f406 commit 2699436
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ RUN go get github.com/julien-noblet/download-geofabrik \
&& mkdir -p $GOPATH/src/github.com/omniscale/imposm3 \
&& cd $GOPATH/src/github.com/omniscale/imposm3 \
&& go get github.com/tools/godep \
&& git clone --quiet --depth 1 https://github.com/omniscale/imposm3 \
# && 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/ImreSamu/imposm3.git -b filter_reject_require_v1 \
$GOPATH/src/github.com/omniscale/imposm3 \
&& make build \
&& mv imposm3 /usr/bin/imposm3 \
Expand Down

0 comments on commit 2699436

Please sign in to comment.