mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
feat: add amqp, gettext and imagick extensions
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user