Skip to content

Commit 0dd31ea

Browse files
authored
7.1 enables amqp ext by default.
1 parent adb43b6 commit 0dd31ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php-all-exts/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ RUN apt-get update && \
55
apt-get install -y --no-install-recommends --no-install-suggests \
66
php-mongodb php-curl php-intl php-soap php-xml php-mcrypt php-bcmath \
77
php-mysql php-amqp php-mbstring php-ldap php-zip php-gd php-xdebug php-imagick && \
8-
echo "extension=amqp.so" > /etc/php/7.1/cli/conf.d/10-amqp.ini && \
9-
echo "extension=amqp.so" > /etc/php/7.1/fpm/conf.d/10-amqp.ini && \
108
rm -f /etc/php/7.1/cli/conf.d/*xdebug.ini && \
119
rm -f /etc/php/7.1/fpm/conf.d/*xdebug.ini && \
1210
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)