Mercurial > lada > lada-server
comparison db_schema/Dockerfile @ 1056:299f4ba86090
extend docker envireoment to load geographical data of german comunities
author | Michael Stanko <mstanko@bfs.de> |
---|---|
date | Wed, 28 Sep 2016 09:06:18 +0200 |
parents | c7fcc46c6a57 |
children | 259a6b638968 |
comparison
equal
deleted
inserted
replaced
1055:37952c111f71 | 1056:299f4ba86090 |
---|---|
23 | 23 |
24 # | 24 # |
25 # Install packages | 25 # Install packages |
26 # | 26 # |
27 RUN apt-get update && \ | 27 RUN apt-get update && \ |
28 apt-get install -y postgresql-9.4-postgis-2.1 postgis | 28 apt-get install -y postgresql-9.4-postgis-2.1 postgis curl unzip |
29 | 29 |
30 # | 30 # |
31 # Use user postgres to run the next commands | 31 # Use user postgres to run the next commands |
32 # | 32 # |
33 USER postgres | 33 USER postgres |