We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df9efa commit a2a6e6cCopy full SHA for a2a6e6c
root/tmp/setup/php-extensions.sh
@@ -47,6 +47,7 @@ docker-php-ext-configure zip --with-zip
47
docker-php-ext-install zip
48
49
docker-php-ext-install -j$(nproc) \
50
+ exif \
51
intl \
52
mysqli \
53
opcache \
tests/fixtures/test.php
@@ -2,6 +2,7 @@
2
3
$requiredextensions = [
4
'apcu',
5
+ 'exif',
6
'gd',
7
'igbinary',
8
'intl',
0 commit comments