1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Add explicit "--build" to our "./configure" invocations

This commit is contained in:
Tianon Gravi
2017-05-10 10:19:28 -07:00
parent 5fddf91c23
commit bc44222ff8
17 changed files with 29 additions and 11 deletions

View File

@ -91,7 +91,7 @@ if [ "$1" = 'postgres' ]; then
echo "host all all all $authMethod"
} >> "$PGDATA/pg_hba.conf"
# internal start of server in order to allow set-up using psql-client
# internal start of server in order to allow set-up using psql-client
# does not listen on external TCP/IP and waits until start finishes
PGUSER="${PGUSER:-postgres}" \
pg_ctl -D "$PGDATA" \