2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-12 04:09:38 +02:00

Add exif & webp support

This commit is contained in:
Philipp Holzer 2022-01-05 12:14:57 +01:00
parent 760cf75e3a
commit a562de0ba4
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
11 changed files with 33 additions and 0 deletions

View file

@ -65,6 +65,7 @@ RUN set -ex; \
libmemcached-dev \
libgraphicsmagick1-dev \
libfreetype6-dev \
libwebp-dev \
librsvg2-2 \
libzip-dev \
libldap2-dev \
@ -75,6 +76,7 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \
@ -82,6 +84,7 @@ RUN set -ex; \
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
gd \
exif \
zip \
opcache \
ctype \

View file

@ -54,6 +54,7 @@ RUN set -ex; \
cyrus-sasl-dev \
libjpeg-turbo-dev \
freetype-dev \
libwebp-dev \
librsvg \
pcre-dev \
libzip-dev \
@ -64,10 +65,12 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
\
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
exif \
gd \
zip \
opcache \

View file

@ -65,6 +65,7 @@ RUN set -ex; \
libmemcached-dev \
libgraphicsmagick1-dev \
libfreetype6-dev \
libwebp-dev \
librsvg2-2 \
libzip-dev \
libldap2-dev \
@ -75,6 +76,7 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \
@ -82,6 +84,7 @@ RUN set -ex; \
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
gd \
exif \
zip \
opcache \
ctype \

View file

@ -65,6 +65,7 @@ RUN set -ex; \
libmemcached-dev \
libgraphicsmagick1-dev \
libfreetype6-dev \
libwebp-dev \
librsvg2-2 \
libzip-dev \
libldap2-dev \
@ -75,6 +76,7 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \
@ -82,6 +84,7 @@ RUN set -ex; \
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
gd \
exif \
zip \
opcache \
ctype \

View file

@ -54,6 +54,7 @@ RUN set -ex; \
cyrus-sasl-dev \
libjpeg-turbo-dev \
freetype-dev \
libwebp-dev \
librsvg \
pcre-dev \
libzip-dev \
@ -64,10 +65,12 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
\
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
exif \
gd \
zip \
opcache \

View file

@ -65,6 +65,7 @@ RUN set -ex; \
libmemcached-dev \
libgraphicsmagick1-dev \
libfreetype6-dev \
libwebp-dev \
librsvg2-2 \
libzip-dev \
libldap2-dev \
@ -75,6 +76,7 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \
@ -82,6 +84,7 @@ RUN set -ex; \
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
gd \
exif \
zip \
opcache \
ctype \

View file

@ -65,6 +65,7 @@ RUN set -ex; \
libmemcached-dev \
libgraphicsmagick1-dev \
libfreetype6-dev \
libwebp-dev \
librsvg2-2 \
libzip-dev \
libldap2-dev \
@ -75,6 +76,7 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \
@ -82,6 +84,7 @@ RUN set -ex; \
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
gd \
exif \
zip \
opcache \
ctype \

View file

@ -54,6 +54,7 @@ RUN set -ex; \
cyrus-sasl-dev \
libjpeg-turbo-dev \
freetype-dev \
libwebp-dev \
librsvg \
pcre-dev \
libzip-dev \
@ -64,10 +65,12 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
\
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
exif \
gd \
zip \
opcache \

View file

@ -65,6 +65,7 @@ RUN set -ex; \
libmemcached-dev \
libgraphicsmagick1-dev \
libfreetype6-dev \
libwebp-dev \
librsvg2-2 \
libzip-dev \
libldap2-dev \
@ -75,6 +76,7 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \
@ -82,6 +84,7 @@ RUN set -ex; \
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
gd \
exif \
zip \
opcache \
ctype \

View file

@ -53,6 +53,7 @@ RUN set -ex; \
cyrus-sasl-dev \
libjpeg-turbo-dev \
freetype-dev \
libwebp-dev \
librsvg \
pcre-dev \
libzip-dev \
@ -63,10 +64,12 @@ RUN set -ex; \
docker-php-ext-configure gd \
--with-freetype \
--with-jpeg \
--with-webp \
; \
\
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
exif \
gd \
zip \
opcache \

View file

@ -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 \