Skip to content

Commit 41ba119

Browse files
author
Ubuntu
committed
added pg_cron extension support
1 parent 0d8fc07 commit 41ba119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extended/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ WORKDIR /pg_show_plans
5858
RUN export USE_PGXS=1 && make && make install
5959
WORKDIR /
6060

61+
# add pg_cron extension
62+
RUN apt-get -y install postgresql-${PG_SERVER_VERSION}-cron
6163

6264
# Reduce images size.
6365
RUN rm -rf /tmp/* \

0 commit comments

Comments
 (0)