feat: add amqp, gettext and imagick extensions

This commit is contained in:
Paolo Cuffiani
2022-04-21 18:36:27 +02:00
parent 81a8a1dd96
commit 4272a5d842
3 changed files with 13 additions and 4 deletions
+3
View File
@@ -14,11 +14,14 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
zip unzip \
# iconv, mbstring and pdo_sqlite are omitted as they are already installed
&& PHP_EXTENSIONS=" \
amqp \
bcmath \
bz2 \
calendar \
exif \
gd \
gettext \
imagick \
intl \
ldap \
memcached \