Skip to content

Commit 6ecbc84

Browse files
authored
feat: Install percona-pg-stat-monitor
1 parent e1192d4 commit 6ecbc84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
postgresql-$PG_MAJOR-repack \
2323
postgresql-$PG_MAJOR-cron \
2424
postgresql-$PG_MAJOR-pgrouting \
25+
percona-pg-stat-monitor$PG_MAJOR \
2526
&& rm -rf /var/lib/apt/lists/* \
2627
&& mkdir -p /docker-entrypoint-initdb.d
2728

0 commit comments

Comments
 (0)