Skip to content
Snippets Groups Projects

Resolve "Add RabbitMQ for MessageBus triggers"

Compare and Show latest version
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -14,6 +14,5 @@ RUN apt-get update \
WORKDIR /tmp
RUN git clone https://github.com/omniti-labs/pg_amqp.git
WORKDIR /tmp/pg_amqp
RUN ln -s /usr/bin/postgres_real /usr/bin/postgres \
&& make \
RUN make \
&& make install
Loading