Remove volume specification in imposm dockerfile

pull/4/head
Tim Sutton 2015-07-30 14:47:09 +02:00
rodzic d2395faa4a
commit 1b4b40b5ce
2 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -8,8 +8,6 @@ RUN apt-get update && apt-get install -y python-pip \
RUN ln -s /usr/lib/libgeos_c.so /usr/lib/libgeos.so
VOLUME ['/home/base_pbf', '/home/import_done', '/home/import_queue', '/home/cache]
WORKDIR $GOPATH
RUN go get github.com/tools/godep
RUN git clone https://github.com/omniscale/imposm3 src/github.com/omniscale/imposm3

Wyświetl plik

@ -26,7 +26,7 @@ your own country or region here.
mkdir osm
cd osm
wget -c -O country.pbf http://download.openstreetmap.fr/extracts/africa/south_africa.osm.pbf
wget -c http://download.openstreetmap.fr/extracts/africa/south_africa.state.txt
wget -c -O country.state.txt http://download.openstreetmap.fr/extracts/africa/south_africa.state.txt
```