Add exif installation

This commit is contained in:
Markus Opolka
2020-07-14 09:42:49 +02:00
parent dd90a16086
commit a95a625725
5 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ RUN set -ex; \
docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \
docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
docker-php-ext-install -j5 \
exif \
gd \
imap \
ldap \