Skip to content
Snippets Groups Projects

Resolve "Add RabbitMQ for MessageBus triggers"

Compare and Show latest version
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -6,12 +6,12 @@ RUN apt-get update \
postgresql-contrib \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts \
build-essential \
python3-pip \
python-dev \
python-setuptools; \
done \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN find / -name "postgres.h" -print \
&& pip install pgxnclient \
&& pgxnclient install pg_amqp
RUN pip install pgxnclient
RUN pgxnclient install pg_amqp
Loading