Skip to content

Commit

Permalink
Add psql e shp2pgsql - WebApp
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Apr 26, 2018
1 parent 9db2ffb commit 6336345
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webapp/Dockerfile.in
@@ -1,5 +1,11 @@
FROM %%TERRAMA2_DOCKER_REGISTRY%%/terrama2:%%TERRAMA2_TAG%%

RUN apt-get update && \
apt-get install -y --no-install-recommends \
postgis \
# PostgreSQL Client
postgresql-client

EXPOSE 36000

COPY docker-entrypoint.sh /
Expand Down

0 comments on commit 6336345

Please sign in to comment.