Skip to content

Commit bfcddd5

Browse files
committed
Add initdb to update_dockerfile.pl
1 parent a536347 commit bfcddd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/update_dockerfile.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,7 @@ sub load_prereqs {
14521452
14531453
su -c 'initdb --show' postgres
14541454
1455+
su -c 'initdb -D /var/lib/postgresql/data' postgres
14551456
su -c 'pg_ctl -D /var/lib/postgresql/data start' postgres
14561457
14571458
su -c 'createuser mt' postgres

0 commit comments

Comments
 (0)