Skip to content
Snippets Groups Projects
Commit 3037052a authored by Laurens Oostwegel's avatar Laurens Oostwegel
Browse files

Add AMQP plugin

parent 05e42460
Branches 13-hotfix-update-sql-based-on-updated-sqlfluff-2
No related tags found
1 merge request!4Resolve "Add RabbitMQ for MessageBus triggers"
FROM postgres:13-bullseye
FROM postgres:14-bullseye
RUN apt-get update \
&& for POSTGIS_VERSION in 3; do \
......@@ -7,5 +7,12 @@ RUN apt-get update \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts; \
done \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& apt-get install --no-install-recommends -y \
git-all postgresql-server-dev-14 make gcc \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN cd tmp \
&& git clone https://github.com/omniti-labs/pg_amqp.git
RUN cd tmp/pg_amqp \
&& make \
&& make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment