Skip to content
Snippets Groups Projects

Resolve "Add RabbitMQ for MessageBus triggers"

Closed Laurens Oostwegel requested to merge 1-add-rabbitmq-for-messagebus-triggers into master
Compare and
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -5,7 +5,12 @@ RUN apt-get update \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
postgresql-contrib \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts; \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts \
git-all; \
done \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /tmp
RUN git clone https://github.com/omniti-labs/pg_amqp.git
WORKDIR /tmp/pg_amqp
RUN make && make install
Loading