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
@@ -8,11 +8,11 @@ RUN apt-get update \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts; \
done \
&& apt-get install --no-install-recommends -y \
git postgresql-server-dev-13 make gcc
git-all postgresql-server-dev-all make gcc \
&& 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 env PG_CONFIG=/usr/bin/pg_config make
run make install
RUN make \
&& make install
Loading