# HG changeset patch # User Tom Gottfried # Date 1478629368 -3600 # Node ID e0a959e652c4e0a52e1ef0b0d8eaa60e217e6252 # Parent ea6b062e53059ae95d22984c045f65397c741879 Remove creation of unused superuser and create missing directory. diff -r ea6b062e5305 -r e0a959e652c4 db_schema/Dockerfile --- a/db_schema/Dockerfile Tue Nov 08 19:21:24 2016 +0100 +++ b/db_schema/Dockerfile Tue Nov 08 19:22:48 2016 +0100 @@ -64,8 +64,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