mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
feat: add amqp, gettext and imagick extensions
This commit is contained in:
+5
-2
@@ -9,13 +9,16 @@ PHP_VERSION = $(firstword $(subst -, ,$(VERSION)))
|
||||
|
||||
# Extensions.
|
||||
EXTENSIONS := \
|
||||
amqp \
|
||||
bcmath \
|
||||
bz2 \
|
||||
calendar \
|
||||
exif \
|
||||
iconv \
|
||||
intl \
|
||||
gd \
|
||||
gettext \
|
||||
iconv \
|
||||
imagick \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
memcached \
|
||||
|
||||
Reference in New Issue
Block a user