Skip to content

Commit 400384b

Browse files
authored
Update Dockerfile
1 parent 56cc4e9 commit 400384b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update \
1414
ca-certificates \
1515
elephant-shed-pgbackrest \
1616
elephant-shed-pgbadger \
17+
percona-pg-stat-monitor17 \
1718
\
1819
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR=$POSTGIS_VERSION \
1920
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \
@@ -22,7 +23,6 @@ RUN apt-get update \
2223
postgresql-$PG_MAJOR-repack \
2324
postgresql-$PG_MAJOR-cron \
2425
postgresql-$PG_MAJOR-pgrouting \
25-
percona-pg-stat-monitor-17 \
2626
&& rm -rf /var/lib/apt/lists/* \
2727
&& mkdir -p /docker-entrypoint-initdb.d
2828

0 commit comments

Comments
 (0)