We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3903c3 commit 14038b5Copy full SHA for 14038b5
1 file changed
Dockerfile
@@ -67,6 +67,12 @@ RUN cd /usr/src/postgres/contrib \
67
&& make USE_PGXS=1 \
68
&& make USE_PGXS=1 install
69
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
+
76
# CLEANUP
77
RUN rm -r /usr/src/postgres \
78
&& apt --yes remove --purge \
0 commit comments