kopia lustrzana https://github.com/kartoza/docker-osm
commit
e58dc47865
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.5
|
||||
FROM golang:1.6
|
||||
MAINTAINER Etienne Trimaille <etienne@kartoza.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y python-pip \
|
||||
|
@ -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 && godep go install ./
|
||||
RUN cd src/github.com/omniscale/imposm3 && make update_version && go install ./
|
||||
|
||||
ADD requirements.txt /home/requirements.txt
|
||||
RUN pip install -r /home/requirements.txt
|
||||
|
|
Ładowanie…
Reference in New Issue