Skip to content
Snippets Groups Projects

Resolve "Add RabbitMQ for MessageBus triggers"

Compare and Show latest version
1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
+ 6
5
@@ -6,11 +6,12 @@ RUN apt-get update \
postgresql-contrib \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts \
git-all; \
python3-pip \
python-dev \
python-setuptools; \
done \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /tmp
RUN git clone https://github.com/omniti-labs/pg_amqp.git
WORKDIR /tmp/pg_amqp
RUN make && make install
RUN find / -name "postgres.h" -print \
&& pip install pgxnclient \
&& pgxnclient install pg_amqp
Loading