This commit is contained in:
Shao Yu-Lung (Allen) 2021-04-25 23:49:07 +08:00
parent 78e0d4d54c
commit f49b0cbc3a

View File

@ -413,7 +413,6 @@ ARG INSTALL_AMQP=false
RUN set -eux; \
if [ ${INSTALL_AMQP} = true ]; then \
# # Install the amqp extension
apt-get update; \
apt-get -yqq install librabbitmq-dev; \
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \
pecl install amqp-1.11.0beta; \