Skip to content
Snippets Groups Projects

Resolve "Add RabbitMQ for MessageBus triggers"

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -14,4 +14,4 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN pip install pgxnclient
RUN pgxnclient install pg_amqp
RUN pgxnclient install pg_amqp -I /usr/include/postgresql/13/server/postgres.h
Loading