Skip to content

Commit 70b60d5

Browse files
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 1c4a8f6 commit 70b60d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extended/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN apt-get update \
4646
# add pg_stat_kcache extension
4747
&& apt-get install postgresql-${PG_SERVER_VERSION}-pg-stat-kcache \
4848
# add pg_qualstats extension
49-
&&apt-get install postgresql-${PG_SERVER_VERSION}-pg-qualstats \
49+
&& apt-get install postgresql-${PG_SERVER_VERSION}-pg-qualstats \
5050
#add pg_mon extension
5151
&& git clone https://github.com/CyberDem0n/bg_mon.git && cd bg_mon && USE_PGXS=1 make && USE_PGXS=1 make install \
5252
# add pgextwlist extension

0 commit comments

Comments
 (0)