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 56cc4e9 commit 400384bCopy full SHA for 400384b
Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update \
14
ca-certificates \
15
elephant-shed-pgbackrest \
16
elephant-shed-pgbadger \
17
+ percona-pg-stat-monitor17 \
18
\
19
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR=$POSTGIS_VERSION \
20
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \
@@ -22,7 +23,6 @@ RUN apt-get update \
22
23
postgresql-$PG_MAJOR-repack \
24
postgresql-$PG_MAJOR-cron \
25
postgresql-$PG_MAJOR-pgrouting \
- percona-pg-stat-monitor-17 \
26
&& rm -rf /var/lib/apt/lists/* \
27
&& mkdir -p /docker-entrypoint-initdb.d
28
0 commit comments