Update apt packages to install librabbitmq for php 7.0 and php 5.6
This commit is contained in:
parent
a83477b439
commit
5efda6714b
|
@ -142,6 +142,7 @@ RUN if [ ${INSTALL_MONGO} = true ]; then \
|
||||||
|
|
||||||
ARG INSTALL_AMQP=false
|
ARG INSTALL_AMQP=false
|
||||||
RUN if [ ${INSTALL_AMQP} = true ]; then \
|
RUN if [ ${INSTALL_AMQP} = true ]; then \
|
||||||
|
apt-get update && \
|
||||||
apt-get install librabbitmq-dev -y && \
|
apt-get install librabbitmq-dev -y && \
|
||||||
# Install the amqp extension
|
# Install the amqp extension
|
||||||
pecl install amqp && \
|
pecl install amqp && \
|
||||||
|
|
|
@ -139,6 +139,7 @@ RUN if [ ${INSTALL_MONGO} = true ]; then \
|
||||||
|
|
||||||
ARG INSTALL_AMQP=false
|
ARG INSTALL_AMQP=false
|
||||||
RUN if [ ${INSTALL_AMQP} = true ]; then \
|
RUN if [ ${INSTALL_AMQP} = true ]; then \
|
||||||
|
apt-get update && \
|
||||||
apt-get install librabbitmq-dev -y && \
|
apt-get install librabbitmq-dev -y && \
|
||||||
# Install the amqp extension
|
# Install the amqp extension
|
||||||
pecl install amqp && \
|
pecl install amqp && \
|
||||||
|
|
Loading…
Reference in New Issue