chore: add extensions to xhprof image as well

This commit is contained in:
Paolo Cuffiani
2022-04-21 18:37:34 +02:00
parent 02b4f5670f
commit b8ff353103
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -9,12 +9,15 @@ PHP_VERSION = $(firstword $(subst -, ,$(VERSION)))
# Extensions.
EXTENSIONS := \
amqp \
bcmath \
bz2 \
calendar \
exif \
gd \
gettext \
iconv \
imagick \
intl \
ldap \
mbstring \
+3
View File
@@ -57,12 +57,15 @@ As you might have guessed, all tags are built on top of the corresponding tag of
The following modules and extensions have been enabled,
in addition to those you can already find in the [official PHP image](https://hub.docker.com/r/_/php/):
- `amqp`
- `bcmath`
- `bz2`
- `calendar`
- `exif`
- `gd`
- `gettext`
- `iconv`
- `imagick`
- `intl`
- `ldap`
- `mbstring`