From ea49a4489c2de70d5c7c1b9afe39656825f41f6f Mon Sep 17 00:00:00 2001 From: Daniel Caldwell Date: Tue, 18 Apr 2017 08:20:42 +0100 Subject: [PATCH] changed install location based off of readme from here: https://github.com/omniscale/imposm3 --- docker-imposm3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-imposm3/Dockerfile b/docker-imposm3/Dockerfile index e229f2f..a6befb8 100644 --- a/docker-imposm3/Dockerfile +++ b/docker-imposm3/Dockerfile @@ -11,7 +11,7 @@ RUN ln -s /usr/lib/libgeos_c.so /usr/lib/libgeos.so WORKDIR $GOPATH RUN go get github.com/tools/godep RUN git clone https://github.com/omniscale/imposm3 src/github.com/omniscale/imposm3 -RUN cd src/github.com/omniscale/imposm3 && make update_version && go install ./ +RUN cd src/github.com/omniscale/imposm3 && make update_version && go install ./cmd/imposm3/ ADD requirements.txt /home/requirements.txt RUN pip install -r /home/requirements.txt