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
@@ -13,5 +13,5 @@ RUN apt-get update \
done \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN pip install pgxnclient
RUN pip install pgxnclient && echo $PG_CONFIG
RUN pgxnclient install pg_amqp
Loading