Install socket extension for php-fpm (#1923)
In some case for pushing into queue you need use constant from sockets extension
This commit is contained in:
parent
163eb1f73a
commit
e07c128063
@ -224,7 +224,9 @@ RUN if [ ${INSTALL_AMQP} = true ]; then \
|
|||||||
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 && \
|
||||||
docker-php-ext-enable amqp \
|
docker-php-ext-enable amqp && \
|
||||||
|
# Install the sockets extension
|
||||||
|
docker-php-ext-install sockets \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user