From 2699436ebf30eec5ebae21f8ceb2f1f05a13c77c Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sun, 8 Jan 2017 10:01:05 +0100 Subject: [PATCH] temporary add an imposm3 pull request as a build source --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53dc527..ebbadd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \