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 1c4a8f6 commit 70b60d5Copy full SHA for 70b60d5
extended/Dockerfile
@@ -46,7 +46,7 @@ RUN apt-get update \
46
# add pg_stat_kcache extension
47
&& apt-get install postgresql-${PG_SERVER_VERSION}-pg-stat-kcache \
48
# add pg_qualstats extension
49
-&&apt-get install postgresql-${PG_SERVER_VERSION}-pg-qualstats \
+&& apt-get install postgresql-${PG_SERVER_VERSION}-pg-qualstats \
50
#add pg_mon extension
51
&& git clone https://github.com/CyberDem0n/bg_mon.git && cd bg_mon && USE_PGXS=1 make && USE_PGXS=1 make install \
52
# add pgextwlist extension
0 commit comments