We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c006ab9 commit 95fe4a4Copy full SHA for 95fe4a4
Dockerfile
@@ -22,6 +22,7 @@ RUN apt-get update \
22
postgresql-$PG_MAJOR-repack \
23
postgresql-$PG_MAJOR-cron \
24
postgresql-$PG_MAJOR-pgrouting \
25
+ percona-pg-stat-monitor$PG_MAJOR
26
&& rm -rf /var/lib/apt/lists/* \
27
&& mkdir -p /docker-entrypoint-initdb.d
28
0 commit comments