mirror of
https://github.com/roundcube/roundcubemail-docker.git
synced 2026-05-05 10:56:14 +02:00
configure gd extension with freetype + jpeg (#137)
This commit is contained in:
parent
7fb03559f5
commit
08fa041812
@ -21,7 +21,7 @@ RUN set -ex; \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
docker-php-ext-configure gd; \
|
||||
docker-php-ext-configure gd --with-jpeg --with-freetype; \
|
||||
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
||||
docker-php-ext-install \
|
||||
exif \
|
||||
|
||||
@ -17,6 +17,7 @@ RUN set -ex; \
|
||||
apk add --no-cache --virtual .build-deps \
|
||||
$PHPIZE_DEPS \
|
||||
icu-dev \
|
||||
freetype-dev \
|
||||
imagemagick-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libpng-dev \
|
||||
@ -28,7 +29,7 @@ RUN set -ex; \
|
||||
aspell-dev \
|
||||
; \
|
||||
\
|
||||
docker-php-ext-configure gd; \
|
||||
docker-php-ext-configure gd --with-jpeg --with-freetype; \
|
||||
docker-php-ext-configure ldap; \
|
||||
docker-php-ext-install \
|
||||
exif \
|
||||
|
||||
@ -21,7 +21,7 @@ RUN set -ex; \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
docker-php-ext-configure gd; \
|
||||
docker-php-ext-configure gd --with-jpeg --with-freetype; \
|
||||
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
||||
docker-php-ext-install \
|
||||
exif \
|
||||
|
||||
@ -17,6 +17,7 @@ RUN set -ex; \
|
||||
apk add --no-cache --virtual .build-deps \
|
||||
$PHPIZE_DEPS \
|
||||
icu-dev \
|
||||
freetype-dev \
|
||||
imagemagick-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libpng-dev \
|
||||
@ -28,7 +29,7 @@ RUN set -ex; \
|
||||
aspell-dev \
|
||||
; \
|
||||
\
|
||||
docker-php-ext-configure gd; \
|
||||
docker-php-ext-configure gd --with-jpeg --with-freetype; \
|
||||
docker-php-ext-configure ldap; \
|
||||
docker-php-ext-install \
|
||||
exif \
|
||||
|
||||
@ -21,7 +21,7 @@ RUN set -ex; \
|
||||
; \
|
||||
\
|
||||
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
|
||||
docker-php-ext-configure gd; \
|
||||
docker-php-ext-configure gd --with-jpeg --with-freetype; \
|
||||
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
||||
docker-php-ext-install \
|
||||
exif \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user