Skip to content

Commit 14038b5

Browse files
committed
added pg_background
1 parent e3903c3 commit 14038b5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ RUN cd /usr/src/postgres/contrib \
6767
&& make USE_PGXS=1 \
6868
&& make USE_PGXS=1 install
6969

70+
RUN cd /usr/src/postgres/contrib \
71+
&& git clone https://github.com/vibhorkum/pg_background.git \
72+
&& cd pg_background \
73+
&& make \
74+
&& make install
75+
7076
# CLEANUP
7177
RUN rm -r /usr/src/postgres \
7278
&& apt --yes remove --purge \

0 commit comments

Comments
 (0)