clean up
This commit is contained in:
parent
78e0d4d54c
commit
f49b0cbc3a
@ -413,7 +413,6 @@ ARG INSTALL_AMQP=false
|
|||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
if [ ${INSTALL_AMQP} = true ]; then \
|
if [ ${INSTALL_AMQP} = true ]; then \
|
||||||
# # Install the amqp extension
|
# # Install the amqp extension
|
||||||
apt-get update; \
|
|
||||||
apt-get -yqq install librabbitmq-dev; \
|
apt-get -yqq install librabbitmq-dev; \
|
||||||
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \
|
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \
|
||||||
pecl install amqp-1.11.0beta; \
|
pecl install amqp-1.11.0beta; \
|
||||||
|
Loading…
Reference in New Issue
Block a user