changeset 1326:5a62a68bccf5

Remove creation of unused superuser and create missing directory. (grafted from e0a959e652c4e0a52e1ef0b0d8eaa60e217e6252)
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Nov 2016 19:22:48 +0100
parents d3113d594013
children f2e574204e38
files db_schema/Dockerfile
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/db_schema/Dockerfile	Fri Mar 24 12:02:06 2017 +0100
+++ b/db_schema/Dockerfile	Tue Nov 08 19:22:48 2016 +0100
@@ -41,8 +41,10 @@
 #
 USER postgres
 
-RUN /etc/init.d/postgresql start && \
-    psql --command "CREATE USER admin WITH SUPERUSER PASSWORD 'secret';"
+# XXX: Seems to fail on initdb issued by package installation
+# (due to /usr/sbin/policy-rc.d ?).
+# See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739276
+RUN mkdir /var/run/postgresql/9.5-main.pg_stat_tmp
 
 #
 # Adjust PostgreSQL configuration so that remote connections to the
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)