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
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -5,7 +5,13 @@ RUN apt-get update \
@@ -5,7 +5,13 @@ RUN apt-get update \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
postgresql-contrib \
postgresql-contrib \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts; \
postgresql-$PG_MAJOR-postgis-$POSTGIS_VERSION-scripts \
 
build-essential \
 
python3-pip \
 
python-dev \
 
python-setuptools; \
done \
done \
&& apt-get clean \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*
 
RUN pip install pgxnclient
 
RUN pgxnclient install pg_amqp
Loading