Added packages update to install librabbit-mq.

This commit is contained in:
Fruty 2017-12-29 14:25:43 +02:00
parent 0aaa2c742e
commit a83477b439

View File

@ -139,6 +139,7 @@ RUN if [ ${INSTALL_MONGO} = true ]; then \
ARG INSTALL_AMQP=false
RUN if [ ${INSTALL_AMQP} = true ]; then \
apt-get update && \
apt-get install librabbitmq-dev -y && \
# Install the amqp extension
pecl install amqp && \