mirror of
https://github.com/friendica/docker
synced 2025-12-07 13:57:07 +01:00
Add exif & webp support
This commit is contained in:
parent
760cf75e3a
commit
a562de0ba4
11 changed files with 33 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ RUN set -ex; \
|
|||
libmemcached-dev \
|
||||
libgraphicsmagick1-dev \
|
||||
libfreetype6-dev \
|
||||
libwebp-dev \
|
||||
librsvg2-2 \
|
||||
libzip-dev \
|
||||
libldap2-dev \
|
||||
|
|
@ -74,6 +75,7 @@ RUN set -ex; \
|
|||
docker-php-ext-configure gd \
|
||||
--with-freetype \
|
||||
--with-jpeg \
|
||||
--with-webp \
|
||||
; \
|
||||
docker-php-ext-configure ldap \
|
||||
--with-libdir=lib/$debMultiarch/ \
|
||||
|
|
@ -81,6 +83,7 @@ RUN set -ex; \
|
|||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo_mysql \
|
||||
gd \
|
||||
exif \
|
||||
zip \
|
||||
opcache \
|
||||
ctype \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue