Skip to content

Commit e9fabae

Browse files
committed
Dockerfile.pgpool
1 parent 0c58510 commit e9fabae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.pgpool

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN apt-get update \
2020
postgresql-$PG_MAJOR-pgaudit \
2121
postgresql-$PG_MAJOR-set-user \
2222
postgresql-$PG_MAJOR-repack \
23+
postgresql-$PG_MAJOR-cron \
24+
postgresql-$PG_MAJOR-pgrouting \
2325
postgresql-$PG_MAJOR-pgpool2\
2426
&& rm -rf /var/lib/apt/lists/* \
2527
&& mkdir -p /docker-entrypoint-initdb.d
@@ -47,5 +49,5 @@ RUN chmod +x /docker-entrypoint-initdb.d/setup-0-pgaudit.sh \
4749
/usr/local/bin/setup-parse-index.sh
4850

4951
USER postgres
50-
CMD ["postgres", "-c", "shared_preload_libraries=pgaudit"]
52+
CMD ["postgres", "-c", "shared_preload_libraries=pg_stat_statements,pgaudit,pg_cron"]
5153
EXPOSE 22

0 commit comments

Comments
 (0)