From 3573ea8add7ec1d4833fdc523f1c8159272180fe Mon Sep 17 00:00:00 2001 From: ANCELIN Julien Date: Wed, 18 Feb 2015 14:24:30 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 862644f..beaa9d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get -y install ca-certificates rpl pwgen #-------------Application Specific Stuff ---------------------------------------------------- # Next line a workaround for https://github.com/dotcloud/docker/issues/963 -RUN apt-get install -y postgresql-9.3 postgis-2.1 +RUN apt-get install -y postgresql postgis RUN service postgresql start && /bin/su postgres -c "createuser -d -s -r -l docker" && /bin/su postgres -c "psql postgres -c \"ALTER USER docker WITH ENCRYPTED PASSWORD 'docker'\"" && service postgresql stop # Start with supervisor