Skip to content
Snippets Groups Projects

Resolve "Add RabbitMQ for MessageBus triggers"

Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -13,7 +13,7 @@ RUN apt-get update \
python-setuptools \
libpq-dev; \
done \
apt-get clean \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN pip install pgxnclient
RUN pip install pgxnclient \
&& pgxnclient install pg_amqp
Loading